Html Css Color HEX #F12599 Persian Rose

📋 copy color: '#F12599'

red 241 ◦ green 37 ◦ blue 153

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

Shades of Persian Rose #F12599

Tints of Persian Rose #F12599

RGB

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

 GREEN value IS 37 (14.84% from 255) = 8.58%

 BLUE value IS 153 (60.16% from 255) = 35.5%

R = 55.92%
G = 8.58%
B = 35.5%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.37

 K value IS 0.05

RGB Variations

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

Color information

#F12599 (or 0xF12599) is known color: Persian Rose. HEX triplet: F1, 25 and 99. RGB value is (241,37,153). Sum of RGB (Red+Green+Blue) = 241+37+153=431 (57% of max value = 765). Red value is 241 (94.53% from 255 or 55.92% from 431); Green value is 37 (14.84% from 255 or 8.58% from 431); Blue value is 153 (60.16% from 255 or 35.50% from 431); Max value from RGB is 241 - color contains mainly: red. Hex color #F12599 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F12599 is #0EDA66. Grayscale: #6E6E6E. Windows color (decimal): -973415 or 10036721. OLE color: 10036721.

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

Color convert

RGB 241 37 153 -
CMYK 0 0.85 0.37 0.05
HSL 325.88º 0.88% 0.55% -
HSV(B) 325.88º 0.85% 0.95% -
XYZ 42.69 22.32 32.2 -
YUV 111.22 151.59 220.57 -
System Red Green Blue C M Y K H S L
Decimal 241 37 153 0 0.85 0.37 0.05 325.88 0.88 0.55
Hex F1 25 99 0 55 25 5 146 58 37
Octal 361 45 231 0 125 45 5 506 130 67
Binary 11110001 100101 10011001 0 1010101 100101 101 101000110 1011000 110111

Color Harmonies of #F12599

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F12599

Black with #F12599

Text Example


Text Example

White with #F12599

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F12599; }

 p { color: rgb(241,37,153); }

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

background-color css

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

 a { background-color: rgb(241,37,153); }

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

border-color css

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

 span { border-color: rgb(241,37,153); }

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