Html Css Color HEX #F12896 Persian Rose

📋 copy color: '#F12896'

red 241 ◦ green 40 ◦ blue 150

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

Shades of Persian Rose #F12896

Tints of Persian Rose #F12896

RGB

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

 GREEN value IS 40 (16.02% from 255) = 9.28%

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

R = 55.92%
G = 9.28%
B = 34.8%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.38

 K value IS 0.05

RGB Variations

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

Color information

#F12896 (or 0xF12896) is known color: Persian Rose. HEX triplet: F1, 28 and 96. RGB value is (241,40,150). Sum of RGB (Red+Green+Blue) = 241+40+150=431 (57% of max value = 765). Red value is 241 (94.53% from 255 or 55.92% from 431); Green value is 40 (16.02% from 255 or 9.28% from 431); Blue value is 150 (58.98% from 255 or 34.80% from 431); Max value from RGB is 241 - color contains mainly: red. Hex color #F12896 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F12896 is #0ED769. Grayscale: #707070. Windows color (decimal): -972650 or 9840881. OLE color: 9840881.

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

Color convert

RGB 241 40 150 -
CMYK 0 0.83 0.38 0.05
HSL 327.16º 0.88% 0.55% -
HSV(B) 327.16º 0.83% 0.95% -
XYZ 42.54 22.42 30.94 -
YUV 112.64 149.09 219.56 -
System Red Green Blue C M Y K H S L
Decimal 241 40 150 0 0.83 0.38 0.05 327.16 0.88 0.55
Hex F1 28 96 0 53 26 5 147 58 37
Octal 361 50 226 0 123 46 5 507 130 67
Binary 11110001 101000 10010110 0 1010011 100110 101 101000111 1011000 110111

Color Harmonies of #F12896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F12896

Black with #F12896

Text Example


Text Example

White with #F12896

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F12896; }

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

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

background-color css

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

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

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

border-color css

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

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

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