Html Css Color HEX #F02295 Persian Rose

📋 copy color: '#F02295'

red 240 ◦ green 34 ◦ blue 149

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

Shades of Persian Rose #F02295

Tints of Persian Rose #F02295

RGB

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

 GREEN value IS 34 (13.67% from 255) = 8.04%

 BLUE value IS 149 (58.59% from 255) = 35.22%

R = 56.74%
G = 8.04%
B = 35.22%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.38

 K value IS 0.06

RGB Variations

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

Color information

#F02295 (or 0xF02295) is known color: Persian Rose. HEX triplet: F0, 22 and 95. RGB value is (240,34,149). Sum of RGB (Red+Green+Blue) = 240+34+149=423 (56% of max value = 765). Red value is 240 (94.14% from 255 or 56.74% from 423); Green value is 34 (13.67% from 255 or 8.04% from 423); Blue value is 149 (58.59% from 255 or 35.22% from 423); Max value from RGB is 240 - color contains mainly: red. Hex color #F02295 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F02295 is #0FDD6A. Grayscale: #6C6C6C. Windows color (decimal): -1039723 or 9773808. OLE color: 9773808.

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

Color convert

RGB 240 34 149 -
CMYK 0 0.86 0.38 0.06
HSL 326.5º 0.87% 0.54% -
HSV(B) 326.5º 0.86% 0.94% -
XYZ 41.93 21.84 30.44 -
YUV 108.7 150.75 221.65 -
System Red Green Blue C M Y K H S L
Decimal 240 34 149 0 0.86 0.38 0.06 326.5 0.87 0.54
Hex F0 22 95 0 56 26 6 147 57 36
Octal 360 42 225 0 126 46 6 507 127 66
Binary 11110000 100010 10010101 0 1010110 100110 110 101000111 1010111 110110

Color Harmonies of #F02295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F02295

Black with #F02295

Text Example


Text Example

White with #F02295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F02295; }

 p { color: rgb(240,34,149); }

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

background-color css

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

 a { background-color: rgb(240,34,149); }

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

border-color css

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

 span { border-color: rgb(240,34,149); }

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