Html Css Color HEX #F12798 Persian Rose

📋 copy color: '#F12798'

red 241 ◦ green 39 ◦ blue 152

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

Shades of Persian Rose #F12798

Tints of Persian Rose #F12798

RGB

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

 GREEN value IS 39 (15.63% from 255) = 9.03%

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

R = 55.79%
G = 9.03%
B = 35.19%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.37

 K value IS 0.05

RGB Variations

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

Color information

#F12798 (or 0xF12798) is known color: Persian Rose. HEX triplet: F1, 27 and 98. RGB value is (241,39,152). Sum of RGB (Red+Green+Blue) = 241+39+152=432 (57% of max value = 765). Red value is 241 (94.53% from 255 or 55.79% from 432); Green value is 39 (15.62% from 255 or 9.03% from 432); Blue value is 152 (59.77% from 255 or 35.19% from 432); Max value from RGB is 241 - color contains mainly: red. Hex color #F12798 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F12798 is #0ED867. Grayscale: #707070. Windows color (decimal): -972904 or 9971697. OLE color: 9971697.

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

Color convert

RGB 241 39 152 -
CMYK 0 0.84 0.37 0.05
HSL 326.44º 0.88% 0.55% -
HSV(B) 326.44º 0.84% 0.95% -
XYZ 42.67 22.42 31.78 -
YUV 112.28 150.42 219.81 -
System Red Green Blue C M Y K H S L
Decimal 241 39 152 0 0.84 0.37 0.05 326.44 0.88 0.55
Hex F1 27 98 0 54 25 5 146 58 37
Octal 361 47 230 0 124 45 5 506 130 67
Binary 11110001 100111 10011000 0 1010100 100101 101 101000110 1011000 110111

Color Harmonies of #F12798

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F12798

Black with #F12798

Text Example


Text Example

White with #F12798

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F12798; }

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

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

background-color css

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

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

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

border-color css

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

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

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