Html Css Color HEX #F00DBA Shocking Pink

📋 copy color: '#F00DBA'

red 240 ◦ green 13 ◦ blue 186

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

Shades of Shocking Pink #F00DBA

Tints of Shocking Pink #F00DBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 42.37%

R = 54.67%
G = 2.96%
B = 42.37%

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

#F00DBA (or 0xF00DBA) is known color: Shocking Pink. HEX triplet: F0, 0D and BA. RGB value is (240,13,186). Sum of RGB (Red+Green+Blue) = 240+13+186=439 (58% of max value = 765). Red value is 240 (94.14% from 255 or 54.67% from 439); Green value is 13 (5.47% from 255 or 2.96% from 439); Blue value is 186 (73.05% from 255 or 42.37% from 439); Max value from RGB is 240 - color contains mainly: red. Hex color #F00DBA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F00DBA is #0FF245. Grayscale: #646464. Windows color (decimal): -1045062 or 12193264. OLE color: 12193264.

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

Color convert

RGB 240 13 186 -
CMYK 0 0.95 0.22 0.06
HSL 314.27º 0.9% 0.5% -
HSV(B) 314.27º 0.95% 0.94% -
XYZ 44.94 22.36 48.4 -
YUV 100.6 176.21 227.43 -
System Red Green Blue C M Y K H S L
Decimal 240 13 186 0 0.95 0.22 0.06 314.27 0.9 0.5
Hex F0 D BA 0 5F 16 6 13A 5A 32
Octal 360 15 272 0 137 26 6 472 132 62
Binary 11110000 1101 10111010 0 1011111 10110 110 100111010 1011010 110010

Color Harmonies of #F00DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F00DBA

Black with #F00DBA

Text Example


Text Example

White with #F00DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F00DBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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