Html Css Color HEX #F02595 Persian Rose

📋 copy color: '#F02595'

red 240 ◦ green 37 ◦ blue 149

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

Shades of Persian Rose #F02595

Tints of Persian Rose #F02595

RGB

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

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

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

R = 56.34%
G = 8.69%
B = 34.98%

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

#F02595 (or 0xF02595) is known color: Persian Rose. HEX triplet: F0, 25 and 95. RGB value is (240,37,149). Sum of RGB (Red+Green+Blue) = 240+37+149=426 (56% of max value = 765). Red value is 240 (94.14% from 255 or 56.34% from 426); Green value is 37 (14.84% from 255 or 8.69% from 426); Blue value is 149 (58.59% from 255 or 34.98% from 426); Max value from RGB is 240 - color contains mainly: red. Hex color #F02595 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F02595 is #0FDA6A. Grayscale: #6E6E6E. Windows color (decimal): -1038955 or 9774576. OLE color: 9774576.

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

Color convert

RGB 240 37 149 -
CMYK 0 0.85 0.38 0.06
HSL 326.9º 0.87% 0.54% -
HSV(B) 326.9º 0.85% 0.94% -
XYZ 42.02 22.02 30.47 -
YUV 110.47 149.75 220.39 -
System Red Green Blue C M Y K H S L
Decimal 240 37 149 0 0.85 0.38 0.06 326.9 0.87 0.54
Hex F0 25 95 0 55 26 6 147 57 36
Octal 360 45 225 0 125 46 6 507 127 66
Binary 11110000 100101 10010101 0 1010101 100110 110 101000111 1010111 110110

Color Harmonies of #F02595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F02595

Black with #F02595

Text Example


Text Example

White with #F02595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F02595; }

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

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

background-color css

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

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

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

border-color css

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

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

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