Html Css Color HEX #F02394 Persian Rose

📋 copy color: '#F02394'

red 240 ◦ green 35 ◦ blue 148

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

Shades of Persian Rose #F02394

Tints of Persian Rose #F02394

RGB

 RED value IS 240 (94.14% from 255) = 56.74%

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

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

R = 56.74%
G = 8.27%
B = 34.99%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.38

 K value IS 0.06

RGB Variations

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

Color information

#F02394 (or 0xF02394) is known color: Persian Rose. HEX triplet: F0, 23 and 94. RGB value is (240,35,148). Sum of RGB (Red+Green+Blue) = 240+35+148=423 (56% of max value = 765). Red value is 240 (94.14% from 255 or 56.74% from 423); Green value is 35 (14.06% from 255 or 8.27% from 423); Blue value is 148 (58.20% from 255 or 34.99% from 423); Max value from RGB is 240 - color contains mainly: red. Hex color #F02394 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F02394 is #0FDC6B. Grayscale: #6C6C6C. Windows color (decimal): -1039468 or 9708528. OLE color: 9708528.

HSL color Cylindrical-coordinate representation of color #F02394: hue angle of 326.93º degrees, saturation: 0.87, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F02394 is Cyan = 0, Magento = 0.85, Yellow = 0.38 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 35 148 -
CMYK 0 0.85 0.38 0.06
HSL 326.93º 0.87% 0.54% -
HSV(B) 326.93º 0.85% 0.94% -
XYZ 41.88 21.87 30.03 -
YUV 109.18 149.92 221.31 -
System Red Green Blue C M Y K H S L
Decimal 240 35 148 0 0.85 0.38 0.06 326.93 0.87 0.54
Hex F0 23 94 0 55 26 6 147 57 36
Octal 360 43 224 0 125 46 6 507 127 66
Binary 11110000 100011 10010100 0 1010101 100110 110 101000111 1010111 110110

Color Harmonies of #F02394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F02394

Black with #F02394

Text Example


Text Example

White with #F02394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F02394; }

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

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

background-color css

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

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

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

border-color css

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

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

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