Html Css Color HEX #F00DBF Shocking Pink

📋 copy color: '#F00DBF'

red 240 ◦ green 13 ◦ blue 191

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

Shades of Shocking Pink #F00DBF

Tints of Shocking Pink #F00DBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 43.02%

R = 54.05%
G = 2.93%
B = 43.02%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.20

 K value IS 0.06

RGB Variations

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

Color information

#F00DBF (or 0xF00DBF) is known color: Shocking Pink. HEX triplet: F0, 0D and BF. RGB value is (240,13,191). Sum of RGB (Red+Green+Blue) = 240+13+191=444 (58% of max value = 765). Red value is 240 (94.14% from 255 or 54.05% from 444); Green value is 13 (5.47% from 255 or 2.93% from 444); Blue value is 191 (75% from 255 or 43.02% from 444); Max value from RGB is 240 - color contains mainly: red. Hex color #F00DBF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F00DBF is #0FF240. Grayscale: #646464. Windows color (decimal): -1045057 or 12520944. OLE color: 12520944.

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

Color convert

RGB 240 13 191 -
CMYK 0 0.95 0.20 0.06
HSL 312.95º 0.9% 0.5% -
HSV(B) 312.95º 0.95% 0.94% -
XYZ 45.48 22.57 51.25 -
YUV 101.17 178.71 227.03 -
System Red Green Blue C M Y K H S L
Decimal 240 13 191 0 0.95 0.20 0.06 312.95 0.9 0.5
Hex F0 D BF 0 5F 14 6 139 5A 32
Octal 360 15 277 0 137 24 6 471 132 62
Binary 11110000 1101 10111111 0 1011111 10100 110 100111001 1011010 110010

Color Harmonies of #F00DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F00DBF

Black with #F00DBF

Text Example


Text Example

White with #F00DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F00DBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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