Html Css Color HEX #F0259E Persian Rose

📋 copy color: '#F0259E'

red 240 ◦ green 37 ◦ blue 158

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

Shades of Persian Rose #F0259E

Tints of Persian Rose #F0259E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 36.32%

R = 55.17%
G = 8.51%
B = 36.32%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.34

 K value IS 0.06

RGB Variations

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

Color information

#F0259E (or 0xF0259E) is known color: Persian Rose. HEX triplet: F0, 25 and 9E. RGB value is (240,37,158). Sum of RGB (Red+Green+Blue) = 240+37+158=435 (57% of max value = 765). Red value is 240 (94.14% from 255 or 55.17% from 435); Green value is 37 (14.84% from 255 or 8.51% from 435); Blue value is 158 (62.11% from 255 or 36.32% from 435); Max value from RGB is 240 - color contains mainly: red. Hex color #F0259E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F0259E is #0FDA61. Grayscale: #6F6F6F. Windows color (decimal): -1038946 or 10364400. OLE color: 10364400.

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

Color convert

RGB 240 37 158 -
CMYK 0 0.85 0.34 0.06
HSL 324.24º 0.87% 0.54% -
HSV(B) 324.24º 0.85% 0.94% -
XYZ 42.77 22.32 34.4 -
YUV 111.49 154.25 219.66 -
System Red Green Blue C M Y K H S L
Decimal 240 37 158 0 0.85 0.34 0.06 324.24 0.87 0.54
Hex F0 25 9E 0 55 22 6 144 57 36
Octal 360 45 236 0 125 42 6 504 127 66
Binary 11110000 100101 10011110 0 1010101 100010 110 101000100 1010111 110110

Color Harmonies of #F0259E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0259E

Black with #F0259E

Text Example


Text Example

White with #F0259E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0259E; }

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

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

background-color css

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

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

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

border-color css

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

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

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