Html Css Color HEX #F126A6 Persian Rose

📋 copy color: '#F126A6'

red 241 ◦ green 38 ◦ blue 166

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

Shades of Persian Rose #F126A6

Tints of Persian Rose #F126A6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 37.3%

R = 54.16%
G = 8.54%
B = 37.3%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.31

 K value IS 0.05

RGB Variations

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

Color information

#F126A6 (or 0xF126A6) is known color: Persian Rose. HEX triplet: F1, 26 and A6. RGB value is (241,38,166). Sum of RGB (Red+Green+Blue) = 241+38+166=445 (58% of max value = 765). Red value is 241 (94.53% from 255 or 54.16% from 445); Green value is 38 (15.23% from 255 or 8.54% from 445); Blue value is 166 (65.23% from 255 or 37.30% from 445); Max value from RGB is 241 - color contains mainly: red. Hex color #F126A6 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F126A6 is #0ED959. Grayscale: #707070. Windows color (decimal): -973146 or 10888945. OLE color: 10888945.

HSL color Cylindrical-coordinate representation of color #F126A6: hue angle of 322.17º 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 #F126A6 is Cyan = 0, Magento = 0.84, Yellow = 0.31 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 38 166 -
CMYK 0 0.84 0.31 0.05
HSL 322.17º 0.88% 0.55% -
HSV(B) 322.17º 0.84% 0.95% -
XYZ 43.85 22.84 38.17 -
YUV 113.29 157.75 219.09 -
System Red Green Blue C M Y K H S L
Decimal 241 38 166 0 0.84 0.31 0.05 322.17 0.88 0.55
Hex F1 26 A6 0 54 1F 5 142 58 37
Octal 361 46 246 0 124 37 5 502 130 67
Binary 11110001 100110 10100110 0 1010100 11111 101 101000010 1011000 110111

Color Harmonies of #F126A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F126A6

Black with #F126A6

Text Example


Text Example

White with #F126A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F126A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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