Html Css Color HEX #F00DBB Shocking Pink

📋 copy color: '#F00DBB'

red 240 ◦ green 13 ◦ blue 187

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

Shades of Shocking Pink #F00DBB

Tints of Shocking Pink #F00DBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 42.5%

R = 54.55%
G = 2.95%
B = 42.5%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.22

 K value IS 0.06

RGB Variations

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

Color information

#F00DBB (or 0xF00DBB) is known color: Shocking Pink. HEX triplet: F0, 0D and BB. RGB value is (240,13,187). Sum of RGB (Red+Green+Blue) = 240+13+187=440 (58% of max value = 765). Red value is 240 (94.14% from 255 or 54.55% from 440); Green value is 13 (5.47% from 255 or 2.95% from 440); Blue value is 187 (73.44% from 255 or 42.5% from 440); Max value from RGB is 240 - color contains mainly: red. Hex color #F00DBB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F00DBB is #0FF244. Grayscale: #646464. Windows color (decimal): -1045061 or 12258800. OLE color: 12258800.

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

Color convert

RGB 240 13 187 -
CMYK 0 0.95 0.22 0.06
HSL 314.01º 0.9% 0.5% -
HSV(B) 314.01º 0.95% 0.94% -
XYZ 45.05 22.4 48.96 -
YUV 100.71 176.71 227.35 -
System Red Green Blue C M Y K H S L
Decimal 240 13 187 0 0.95 0.22 0.06 314.01 0.9 0.5
Hex F0 D BB 0 5F 16 6 13A 5A 32
Octal 360 15 273 0 137 26 6 472 132 62
Binary 11110000 1101 10111011 0 1011111 10110 110 100111010 1011010 110010

Color Harmonies of #F00DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F00DBB

Black with #F00DBB

Text Example


Text Example

White with #F00DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F00DBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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