Html Css Color HEX #F12998 Persian Rose

📋 copy color: '#F12998'

red 241 ◦ green 41 ◦ blue 152

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

Shades of Persian Rose #F12998

Tints of Persian Rose #F12998

RGB

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

 GREEN value IS 41 (16.41% from 255) = 9.45%

 BLUE value IS 152 (59.77% from 255) = 35.02%

R = 55.53%
G = 9.45%
B = 35.02%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.37

 K value IS 0.05

RGB Variations

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

Color information

#F12998 (or 0xF12998) is known color: Persian Rose. HEX triplet: F1, 29 and 98. RGB value is (241,41,152). Sum of RGB (Red+Green+Blue) = 241+41+152=434 (57% of max value = 765). Red value is 241 (94.53% from 255 or 55.53% from 434); Green value is 41 (16.41% from 255 or 9.45% from 434); Blue value is 152 (59.77% from 255 or 35.02% from 434); Max value from RGB is 241 - color contains mainly: red. Hex color #F12998 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F12998 is #0ED667. Grayscale: #717171. Windows color (decimal): -972392 or 9972209. OLE color: 9972209.

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

Color convert

RGB 241 41 152 -
CMYK 0 0.83 0.37 0.05
HSL 326.7º 0.88% 0.55% -
HSV(B) 326.7º 0.83% 0.95% -
XYZ 42.74 22.55 31.81 -
YUV 113.45 149.76 218.97 -
System Red Green Blue C M Y K H S L
Decimal 241 41 152 0 0.83 0.37 0.05 326.7 0.88 0.55
Hex F1 29 98 0 53 25 5 147 58 37
Octal 361 51 230 0 123 45 5 507 130 67
Binary 11110001 101001 10011000 0 1010011 100101 101 101000111 1011000 110111

Color Harmonies of #F12998

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F12998

Black with #F12998

Text Example


Text Example

White with #F12998

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F12998; }

 p { color: rgb(241,41,152); }

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

background-color css

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

 a { background-color: rgb(241,41,152); }

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

border-color css

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

 span { border-color: rgb(241,41,152); }

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