Html Css Color HEX #F5239E Persian Rose

📋 copy color: '#F5239E'

red 245 ◦ green 35 ◦ blue 158

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

Shades of Persian Rose #F5239E

Tints of Persian Rose #F5239E

RGB

 RED value IS 245 (96.09% from 255) = 55.94%

 GREEN value IS 35 (14.06% from 255) = 7.99%

 BLUE value IS 158 (62.11% from 255) = 36.07%

R = 55.94%
G = 7.99%
B = 36.07%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.36

 K value IS 0.04

RGB Variations

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

Color information

#F5239E (or 0xF5239E) is known color: Persian Rose. HEX triplet: F5, 23 and 9E. RGB value is (245,35,158). Sum of RGB (Red+Green+Blue) = 245+35+158=438 (58% of max value = 765). Red value is 245 (96.09% from 255 or 55.94% from 438); Green value is 35 (14.06% from 255 or 7.99% from 438); Blue value is 158 (62.11% from 255 or 36.07% from 438); Max value from RGB is 245 - color contains mainly: red. Hex color #F5239E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F5239E is #0ADC61. Grayscale: #6F6F6F. Windows color (decimal): -711778 or 10363893. OLE color: 10363893.

HSL color Cylindrical-coordinate representation of color #F5239E: hue angle of 324.86º degrees, saturation: 0.91, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F5239E is Cyan = 0, Magento = 0.86, Yellow = 0.36 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 35 158 -
CMYK 0 0.86 0.36 0.04
HSL 324.86º 0.91% 0.55% -
HSV(B) 324.86º 0.86% 0.96% -
XYZ 44.43 23.08 34.46 -
YUV 111.81 154.07 223 -
System Red Green Blue C M Y K H S L
Decimal 245 35 158 0 0.86 0.36 0.04 324.86 0.91 0.55
Hex F5 23 9E 0 56 24 4 145 5B 37
Octal 365 43 236 0 126 44 4 505 133 67
Binary 11110101 100011 10011110 0 1010110 100100 100 101000101 1011011 110111

Color Harmonies of #F5239E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5239E

Black with #F5239E

Text Example


Text Example

White with #F5239E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5239E; }

 p { color: rgb(245,35,158); }

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

background-color css

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

 a { background-color: rgb(245,35,158); }

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

border-color css

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

 span { border-color: rgb(245,35,158); }

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