Html Css Color HEX #F126AF Spicy Pink

📋 copy color: '#F126AF'

red 241 ◦ green 38 ◦ blue 175

#F126AF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Spicy Pink #F126AF

Tints of Spicy Pink #F126AF

RGB

 RED value IS 241 (94.53% from 255) = 53.08%

 GREEN value IS 38 (15.23% from 255) = 8.37%

 BLUE value IS 175 (68.75% from 255) = 38.55%

R = 53.08%
G = 8.37%
B = 38.55%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.27

 K value IS 0.05

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#F126AF (or 0xF126AF) is known color: Spicy Pink. HEX triplet: F1, 26 and AF. RGB value is (241,38,175). Sum of RGB (Red+Green+Blue) = 241+38+175=454 (60% of max value = 765). Red value is 241 (94.53% from 255 or 53.08% from 454); Green value is 38 (15.23% from 255 or 8.37% from 454); Blue value is 175 (68.75% from 255 or 38.55% from 454); Max value from RGB is 241 - color contains mainly: red. Hex color #F126AF is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F126AF is #0ED950. Grayscale: #717171. Windows color (decimal): -973137 or 11478769. OLE color: 11478769.

HSL color Cylindrical-coordinate representation of color #F126AF: hue angle of 319.51º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F126AF is Cyan = 0, Magento = 0.84, Yellow = 0.27 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 38 175 -
CMYK 0 0.84 0.27 0.05
HSL 319.51º 0.88% 0.55% -
HSV(B) 319.51º 0.84% 0.95% -
XYZ 44.71 23.18 42.68 -
YUV 114.32 162.25 218.36 -
System Red Green Blue C M Y K H S L
Decimal 241 38 175 0 0.84 0.27 0.05 319.51 0.88 0.55
Hex F1 26 AF 0 54 1B 5 140 58 37
Octal 361 46 257 0 124 33 5 500 130 67
Binary 11110001 100110 10101111 0 1010100 11011 101 101000000 1011000 110111

Color Harmonies of #F126AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F126AF

Black with #F126AF

Text Example


Text Example

White with #F126AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F126AF; }

 p { color: rgb(241,38,175); }

 H1.HeaderClassName
 {
   color: #F126AF;
 }
 .AnyTagClassName
 {
   color: #F126AF;
 }
</style>

background-color css

<style>
 a { background-color: #F126AF; }

 a { background-color: rgb(241,38,175); }

 div.DivClassName
 {
   background-color: #F126AF;
 }
 .BgClassName
 {
   background-color: #F126AF;
 }
</style>

border-color css

<style>
 span { border-color: #F126AF; }

 span { border-color: rgb(241,38,175); }

 td.TdClassName
 {
   border-color: #F126AF;
 }
 .TagClassName
 {
   border-color: #F126AF;
 }
</style>