Html Css Color HEX #F0259B Persian Rose

📋 copy color: '#F0259B'

red 240 ◦ green 37 ◦ blue 155

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

Shades of Persian Rose #F0259B

Tints of Persian Rose #F0259B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 35.88%

R = 55.56%
G = 8.56%
B = 35.88%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.35

 K value IS 0.06

RGB Variations

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

Color information

#F0259B (or 0xF0259B) is known color: Persian Rose. HEX triplet: F0, 25 and 9B. RGB value is (240,37,155). Sum of RGB (Red+Green+Blue) = 240+37+155=432 (57% of max value = 765). Red value is 240 (94.14% from 255 or 55.56% from 432); Green value is 37 (14.84% from 255 or 8.56% from 432); Blue value is 155 (60.94% from 255 or 35.88% from 432); Max value from RGB is 240 - color contains mainly: red. Hex color #F0259B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F0259B is #0FDA64. Grayscale: #6E6E6E. Windows color (decimal): -1038949 or 10167792. OLE color: 10167792.

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

Color convert

RGB 240 37 155 -
CMYK 0 0.85 0.35 0.06
HSL 325.12º 0.87% 0.54% -
HSV(B) 325.12º 0.85% 0.94% -
XYZ 42.51 22.21 33.06 -
YUV 111.15 152.75 219.91 -
System Red Green Blue C M Y K H S L
Decimal 240 37 155 0 0.85 0.35 0.06 325.12 0.87 0.54
Hex F0 25 9B 0 55 23 6 145 57 36
Octal 360 45 233 0 125 43 6 505 127 66
Binary 11110000 100101 10011011 0 1010101 100011 110 101000101 1010111 110110

Color Harmonies of #F0259B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0259B

Black with #F0259B

Text Example


Text Example

White with #F0259B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0259B; }

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

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

background-color css

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

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

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

border-color css

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

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

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