Html Css Color HEX #F02098 Persian Rose

📋 copy color: '#F02098'

red 240 ◦ green 32 ◦ blue 152

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

Shades of Persian Rose #F02098

Tints of Persian Rose #F02098

RGB

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

 GREEN value IS 32 (12.89% from 255) = 7.55%

 BLUE value IS 152 (59.77% from 255) = 35.85%

R = 56.6%
G = 7.55%
B = 35.85%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.37

 K value IS 0.06

RGB Variations

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

Color information

#F02098 (or 0xF02098) is known color: Persian Rose. HEX triplet: F0, 20 and 98. RGB value is (240,32,152). Sum of RGB (Red+Green+Blue) = 240+32+152=424 (56% of max value = 765). Red value is 240 (94.14% from 255 or 56.60% from 424); Green value is 32 (12.89% from 255 or 7.55% from 424); Blue value is 152 (59.77% from 255 or 35.85% from 424); Max value from RGB is 240 - color contains mainly: red. Hex color #F02098 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F02098 is #0FDF67. Grayscale: #6B6B6B. Windows color (decimal): -1040232 or 9969904. OLE color: 9969904.

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

Color convert

RGB 240 32 152 -
CMYK 0 0.87 0.37 0.06
HSL 325.38º 0.87% 0.53% -
HSV(B) 325.38º 0.87% 0.94% -
XYZ 42.12 21.83 31.7 -
YUV 107.87 152.91 222.24 -
System Red Green Blue C M Y K H S L
Decimal 240 32 152 0 0.87 0.37 0.06 325.38 0.87 0.53
Hex F0 20 98 0 57 25 6 145 57 35
Octal 360 40 230 0 127 45 6 505 127 65
Binary 11110000 100000 10011000 0 1010111 100101 110 101000101 1010111 110101

Color Harmonies of #F02098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F02098

Black with #F02098

Text Example


Text Example

White with #F02098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F02098; }

 p { color: rgb(240,32,152); }

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

background-color css

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

 a { background-color: rgb(240,32,152); }

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

border-color css

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

 span { border-color: rgb(240,32,152); }

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