Html Css Color HEX #F00289 Deep Pink

📋 copy color: '#F00289'

red 240 ◦ green 2 ◦ blue 137

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

Shades of Deep Pink #F00289

Tints of Deep Pink #F00289

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.53%

 BLUE value IS 137 (53.91% from 255) = 36.15%

R = 63.32%
G = 0.53%
B = 36.15%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.43

 K value IS 0.06

RGB Variations

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

Color information

#F00289 (or 0xF00289) is known color: Deep Pink. HEX triplet: F0, 02 and 89. RGB value is (240,2,137). Sum of RGB (Red+Green+Blue) = 240+2+137=379 (50% of max value = 765). Red value is 240 (94.14% from 255 or 63.32% from 379); Green value is 2 (1.17% from 255 or 0.53% from 379); Blue value is 137 (53.91% from 255 or 36.15% from 379); Max value from RGB is 240 - color contains mainly: red. Hex color #F00289 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F00289 is #0FFD76. Grayscale: #585858. Windows color (decimal): -1047927 or 8979184. OLE color: 8979184.

HSL color Cylindrical-coordinate representation of color #F00289: hue angle of 325.97º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F00289 is Cyan = 0, Magento = 0.99, Yellow = 0.43 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 2 137 -
CMYK 0 0.99 0.43 0.06
HSL 325.97º 0.98% 0.47% -
HSV(B) 325.97º 0.99% 0.94% -
XYZ 40.47 20.37 25.47 -
YUV 88.55 155.35 236.02 -
System Red Green Blue C M Y K H S L
Decimal 240 2 137 0 0.99 0.43 0.06 325.97 0.98 0.47
Hex F0 2 89 0 63 2B 6 146 62 2F
Octal 360 2 211 0 143 53 6 506 142 57
Binary 11110000 10 10001001 0 1100011 101011 110 101000110 1100010 101111

Color Harmonies of #F00289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F00289

Black with #F00289

Text Example


Text Example

White with #F00289

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F00289; }

 p { color: rgb(240,2,137); }

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

background-color css

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

 a { background-color: rgb(240,2,137); }

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

border-color css

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

 span { border-color: rgb(240,2,137); }

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