Html Css Color HEX #F12296 Persian Rose

📋 copy color: '#F12296'

red 241 ◦ green 34 ◦ blue 150

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

Shades of Persian Rose #F12296

Tints of Persian Rose #F12296

RGB

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

 GREEN value IS 34 (13.67% from 255) = 8%

 BLUE value IS 150 (58.98% from 255) = 35.29%

R = 56.71%
G = 8%
B = 35.29%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.38

 K value IS 0.05

RGB Variations

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

Color information

#F12296 (or 0xF12296) is known color: Persian Rose. HEX triplet: F1, 22 and 96. RGB value is (241,34,150). Sum of RGB (Red+Green+Blue) = 241+34+150=425 (56% of max value = 765). Red value is 241 (94.53% from 255 or 56.71% from 425); Green value is 34 (13.67% from 255 or 8% from 425); Blue value is 150 (58.98% from 255 or 35.29% from 425); Max value from RGB is 241 - color contains mainly: red. Hex color #F12296 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F12296 is #0EDD69. Grayscale: #6C6C6C. Windows color (decimal): -974186 or 9839345. OLE color: 9839345.

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

Color convert

RGB 241 34 150 -
CMYK 0 0.86 0.38 0.05
HSL 326.38º 0.88% 0.54% -
HSV(B) 326.38º 0.86% 0.95% -
XYZ 42.35 22.05 30.88 -
YUV 109.12 151.08 222.07 -
System Red Green Blue C M Y K H S L
Decimal 241 34 150 0 0.86 0.38 0.05 326.38 0.88 0.54
Hex F1 22 96 0 56 26 5 146 58 36
Octal 361 42 226 0 126 46 5 506 130 66
Binary 11110001 100010 10010110 0 1010110 100110 101 101000110 1011000 110110

Color Harmonies of #F12296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F12296

Black with #F12296

Text Example


Text Example

White with #F12296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F12296; }

 p { color: rgb(241,34,150); }

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

background-color css

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

 a { background-color: rgb(241,34,150); }

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

border-color css

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

 span { border-color: rgb(241,34,150); }

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