Html Css Color HEX #F00384 Deep Pink

📋 copy color: '#F00384'

red 240 ◦ green 3 ◦ blue 132

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

Shades of Deep Pink #F00384

Tints of Deep Pink #F00384

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.8%

 BLUE value IS 132 (51.95% from 255) = 35.2%

R = 64%
G = 0.8%
B = 35.2%

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

#F00384 (or 0xF00384) is known color: Deep Pink. HEX triplet: F0, 03 and 84. RGB value is (240,3,132). Sum of RGB (Red+Green+Blue) = 240+3+132=375 (49% of max value = 765). Red value is 240 (94.14% from 255 or 64% from 375); Green value is 3 (1.56% from 255 or 0.8% from 375); Blue value is 132 (51.95% from 255 or 35.2% from 375); Max value from RGB is 240 - color contains mainly: red. Hex color #F00384 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F00384 is #0FFC7B. Grayscale: #585858. Windows color (decimal): -1047676 or 8651760. OLE color: 8651760.

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

Color convert

RGB 240 3 132 -
CMYK 0 0.99 0.45 0.06
HSL 327.34º 0.98% 0.48% -
HSV(B) 327.34º 0.99% 0.94% -
XYZ 40.13 20.26 23.62 -
YUV 88.57 152.52 236.01 -
System Red Green Blue C M Y K H S L
Decimal 240 3 132 0 0.99 0.45 0.06 327.34 0.98 0.48
Hex F0 3 84 0 63 2D 6 147 62 30
Octal 360 3 204 0 143 55 6 507 142 60
Binary 11110000 11 10000100 0 1100011 101101 110 101000111 1100010 110000

Color Harmonies of #F00384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F00384

Black with #F00384

Text Example


Text Example

White with #F00384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F00384; }

 p { color: rgb(240,3,132); }

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

background-color css

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

 a { background-color: rgb(240,3,132); }

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

border-color css

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

 span { border-color: rgb(240,3,132); }

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