Html Css Color HEX #F0289B Persian Rose

📋 copy color: '#F0289B'

red 240 ◦ green 40 ◦ blue 155

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

Shades of Persian Rose #F0289B

Tints of Persian Rose #F0289B

RGB

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

 GREEN value IS 40 (16.02% from 255) = 9.2%

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

R = 55.17%
G = 9.2%
B = 35.63%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.35

 K value IS 0.06

RGB Variations

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

Color information

#F0289B (or 0xF0289B) is known color: Persian Rose. HEX triplet: F0, 28 and 9B. RGB value is (240,40,155). Sum of RGB (Red+Green+Blue) = 240+40+155=435 (57% of max value = 765). Red value is 240 (94.14% from 255 or 55.17% from 435); Green value is 40 (16.02% from 255 or 9.20% from 435); Blue value is 155 (60.94% from 255 or 35.63% from 435); Max value from RGB is 240 - color contains mainly: red. Hex color #F0289B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F0289B is #0FD764. Grayscale: #707070. Windows color (decimal): -1038181 or 10168560. OLE color: 10168560.

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

Color convert

RGB 240 40 155 -
CMYK 0 0.83 0.35 0.06
HSL 325.5º 0.87% 0.55% -
HSV(B) 325.5º 0.83% 0.94% -
XYZ 42.61 22.41 33.09 -
YUV 112.91 151.76 218.65 -
System Red Green Blue C M Y K H S L
Decimal 240 40 155 0 0.83 0.35 0.06 325.5 0.87 0.55
Hex F0 28 9B 0 53 23 6 146 57 37
Octal 360 50 233 0 123 43 6 506 127 67
Binary 11110000 101000 10011011 0 1010011 100011 110 101000110 1010111 110111

Color Harmonies of #F0289B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0289B

Black with #F0289B

Text Example


Text Example

White with #F0289B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0289B; }

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

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

background-color css

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

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

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

border-color css

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

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

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