Html Css Color HEX #F00D93 Deep Pink

📋 copy color: '#F00D93'

red 240 ◦ green 13 ◦ blue 147

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

Shades of Deep Pink #F00D93

Tints of Deep Pink #F00D93

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.25%

 BLUE value IS 147 (57.81% from 255) = 36.75%

R = 60%
G = 3.25%
B = 36.75%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.39

 K value IS 0.06

RGB Variations

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

Color information

#F00D93 (or 0xF00D93) is known color: Deep Pink. HEX triplet: F0, 0D and 93. RGB value is (240,13,147). Sum of RGB (Red+Green+Blue) = 240+13+147=400 (52% of max value = 765). Red value is 240 (94.14% from 255 or 60% from 400); Green value is 13 (5.47% from 255 or 3.25% from 400); Blue value is 147 (57.81% from 255 or 36.75% from 400); Max value from RGB is 240 - color contains mainly: red. Hex color #F00D93 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F00D93 is #0FF26C. Grayscale: #5F5F5F. Windows color (decimal): -1045101 or 9637360. OLE color: 9637360.

HSL color Cylindrical-coordinate representation of color #F00D93: hue angle of 324.58º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F00D93 is Cyan = 0, Magento = 0.95, Yellow = 0.39 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 13 147 -
CMYK 0 0.95 0.39 0.06
HSL 324.58º 0.9% 0.5% -
HSV(B) 324.58º 0.95% 0.94% -
XYZ 41.35 20.92 29.46 -
YUV 96.15 156.71 230.6 -
System Red Green Blue C M Y K H S L
Decimal 240 13 147 0 0.95 0.39 0.06 324.58 0.9 0.5
Hex F0 D 93 0 5F 27 6 145 5A 32
Octal 360 15 223 0 137 47 6 505 132 62
Binary 11110000 1101 10010011 0 1011111 100111 110 101000101 1011010 110010

Color Harmonies of #F00D93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F00D93

Black with #F00D93

Text Example


Text Example

White with #F00D93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F00D93; }

 p { color: rgb(240,13,147); }

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

background-color css

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

 a { background-color: rgb(240,13,147); }

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

border-color css

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

 span { border-color: rgb(240,13,147); }

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