Html Css Color HEX #F52394 Persian Rose

📋 copy color: '#F52394'

red 245 ◦ green 35 ◦ blue 148

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

Shades of Persian Rose #F52394

Tints of Persian Rose #F52394

RGB

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

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

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

R = 57.24%
G = 8.18%
B = 34.58%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.40

 K value IS 0.04

RGB Variations

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

Color information

#F52394 (or 0xF52394) is known color: Persian Rose. HEX triplet: F5, 23 and 94. RGB value is (245,35,148). Sum of RGB (Red+Green+Blue) = 245+35+148=428 (56% of max value = 765). Red value is 245 (96.09% from 255 or 57.24% from 428); Green value is 35 (14.06% from 255 or 8.18% from 428); Blue value is 148 (58.20% from 255 or 34.58% from 428); Max value from RGB is 245 - color contains mainly: red. Hex color #F52394 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F52394 is #0ADC6B. Grayscale: #6E6E6E. Windows color (decimal): -711788 or 9708533. OLE color: 9708533.

HSL color Cylindrical-coordinate representation of color #F52394: hue angle of 327.71º 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 #F52394 is Cyan = 0, Magento = 0.86, Yellow = 0.40 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 35 148 -
CMYK 0 0.86 0.40 0.04
HSL 327.71º 0.91% 0.55% -
HSV(B) 327.71º 0.86% 0.96% -
XYZ 43.6 22.75 30.11 -
YUV 110.67 149.07 223.81 -
System Red Green Blue C M Y K H S L
Decimal 245 35 148 0 0.86 0.40 0.04 327.71 0.91 0.55
Hex F5 23 94 0 56 28 4 148 5B 37
Octal 365 43 224 0 126 50 4 510 133 67
Binary 11110101 100011 10010100 0 1010110 101000 100 101001000 1011011 110111

Color Harmonies of #F52394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F52394

Black with #F52394

Text Example


Text Example

White with #F52394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F52394; }

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

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

background-color css

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

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

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

border-color css

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

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

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