Html Css Color HEX #F52594 Persian Rose

📋 copy color: '#F52594'

red 245 ◦ green 37 ◦ blue 148

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

Shades of Persian Rose #F52594

Tints of Persian Rose #F52594

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 34.42%

R = 56.98%
G = 8.6%
B = 34.42%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.40

 K value IS 0.04

RGB Variations

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

Color information

#F52594 (or 0xF52594) is known color: Persian Rose. HEX triplet: F5, 25 and 94. RGB value is (245,37,148). Sum of RGB (Red+Green+Blue) = 245+37+148=430 (56% of max value = 765). Red value is 245 (96.09% from 255 or 56.98% from 430); Green value is 37 (14.84% from 255 or 8.60% from 430); Blue value is 148 (58.20% from 255 or 34.42% from 430); Max value from RGB is 245 - color contains mainly: red. Hex color #F52594 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F52594 is #0ADA6B. Grayscale: #6F6F6F. Windows color (decimal): -711276 or 9709045. OLE color: 9709045.

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

Color convert

RGB 245 37 148 -
CMYK 0 0.85 0.40 0.04
HSL 327.98º 0.91% 0.55% -
HSV(B) 327.98º 0.85% 0.96% -
XYZ 43.66 22.87 30.13 -
YUV 111.85 148.41 222.97 -
System Red Green Blue C M Y K H S L
Decimal 245 37 148 0 0.85 0.40 0.04 327.98 0.91 0.55
Hex F5 25 94 0 55 28 4 148 5B 37
Octal 365 45 224 0 125 50 4 510 133 67
Binary 11110101 100101 10010100 0 1010101 101000 100 101001000 1011011 110111

Color Harmonies of #F52594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F52594

Black with #F52594

Text Example


Text Example

White with #F52594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F52594; }

 p { color: rgb(245,37,148); }

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

background-color css

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

 a { background-color: rgb(245,37,148); }

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

border-color css

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

 span { border-color: rgb(245,37,148); }

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