Html Css Color HEX #F02592 Persian Rose

📋 copy color: '#F02592'

red 240 ◦ green 37 ◦ blue 146

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

Shades of Persian Rose #F02592

Tints of Persian Rose #F02592

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 34.52%

R = 56.74%
G = 8.75%
B = 34.52%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.39

 K value IS 0.06

RGB Variations

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

Color information

#F02592 (or 0xF02592) is known color: Persian Rose. HEX triplet: F0, 25 and 92. RGB value is (240,37,146). Sum of RGB (Red+Green+Blue) = 240+37+146=423 (56% of max value = 765). Red value is 240 (94.14% from 255 or 56.74% from 423); Green value is 37 (14.84% from 255 or 8.75% from 423); Blue value is 146 (57.42% from 255 or 34.52% from 423); Max value from RGB is 240 - color contains mainly: red. Hex color #F02592 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F02592 is #0FDA6D. Grayscale: #6D6D6D. Windows color (decimal): -1038958 or 9577968. OLE color: 9577968.

HSL color Cylindrical-coordinate representation of color #F02592: hue angle of 327.78º 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 #F02592 is Cyan = 0, Magento = 0.85, Yellow = 0.39 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 37 146 -
CMYK 0 0.85 0.39 0.06
HSL 327.78º 0.87% 0.54% -
HSV(B) 327.78º 0.85% 0.94% -
XYZ 41.79 21.92 29.22 -
YUV 110.12 148.25 220.64 -
System Red Green Blue C M Y K H S L
Decimal 240 37 146 0 0.85 0.39 0.06 327.78 0.87 0.54
Hex F0 25 92 0 55 27 6 148 57 36
Octal 360 45 222 0 125 47 6 510 127 66
Binary 11110000 100101 10010010 0 1010101 100111 110 101001000 1010111 110110

Color Harmonies of #F02592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F02592

Black with #F02592

Text Example


Text Example

White with #F02592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F02592; }

 p { color: rgb(240,37,146); }

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

background-color css

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

 a { background-color: rgb(240,37,146); }

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

border-color css

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

 span { border-color: rgb(240,37,146); }

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