Html Css Color HEX #F00283 Deep Pink

📋 copy color: '#F00283'

red 240 ◦ green 2 ◦ blue 131

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

Shades of Deep Pink #F00283

Tints of Deep Pink #F00283

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 35.12%

R = 64.34%
G = 0.54%
B = 35.12%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.45

 K value IS 0.06

RGB Variations

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

Color information

#F00283 (or 0xF00283) is known color: Deep Pink. HEX triplet: F0, 02 and 83. RGB value is (240,2,131). Sum of RGB (Red+Green+Blue) = 240+2+131=373 (49% of max value = 765). Red value is 240 (94.14% from 255 or 64.34% from 373); Green value is 2 (1.17% from 255 or 0.54% from 373); Blue value is 131 (51.56% from 255 or 35.12% from 373); Max value from RGB is 240 - color contains mainly: red. Hex color #F00283 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F00283 is #0FFD7C. Grayscale: #575757. Windows color (decimal): -1047933 or 8585968. OLE color: 8585968.

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

Color convert

RGB 240 2 131 -
CMYK 0 0.99 0.45 0.06
HSL 327.48º 0.98% 0.47% -
HSV(B) 327.48º 0.99% 0.94% -
XYZ 40.05 20.21 23.26 -
YUV 87.87 152.35 236.51 -
System Red Green Blue C M Y K H S L
Decimal 240 2 131 0 0.99 0.45 0.06 327.48 0.98 0.47
Hex F0 2 83 0 63 2D 6 147 62 2F
Octal 360 2 203 0 143 55 6 507 142 57
Binary 11110000 10 10000011 0 1100011 101101 110 101000111 1100010 101111

Color Harmonies of #F00283

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F00283

Black with #F00283

Text Example


Text Example

White with #F00283

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F00283; }

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

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

background-color css

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

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

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

border-color css

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

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

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