Html Css Color HEX #F81DBB Shocking Pink

📋 copy color: '#F81DBB'

red 248 ◦ green 29 ◦ blue 187

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

Shades of Shocking Pink #F81DBB

Tints of Shocking Pink #F81DBB

RGB

 RED value IS 248 (97.27% from 255) = 53.45%

 GREEN value IS 29 (11.72% from 255) = 6.25%

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

R = 53.45%
G = 6.25%
B = 40.3%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.25

 K value IS 0.03

RGB Variations

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

Color information

#F81DBB (or 0xF81DBB) is known color: Shocking Pink. HEX triplet: F8, 1D and BB. RGB value is (248,29,187). Sum of RGB (Red+Green+Blue) = 248+29+187=464 (61% of max value = 765). Red value is 248 (97.27% from 255 or 53.45% from 464); Green value is 29 (11.72% from 255 or 6.25% from 464); Blue value is 187 (73.44% from 255 or 40.30% from 464); Max value from RGB is 248 - color contains mainly: red. Hex color #F81DBB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F81DBB is #07E244. Grayscale: #707070. Windows color (decimal): -516677 or 12262904. OLE color: 12262904.

HSL color Cylindrical-coordinate representation of color #F81DBB: hue angle of 316.71º degrees, saturation: 0.94, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F81DBB is Cyan = 0, Magento = 0.88, Yellow = 0.25 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 29 187 -
CMYK 0 0.88 0.25 0.03
HSL 316.71º 0.94% 0.54% -
HSV(B) 316.71º 0.88% 0.97% -
XYZ 48.12 24.42 49.19 -
YUV 112.49 170.05 224.65 -
System Red Green Blue C M Y K H S L
Decimal 248 29 187 0 0.88 0.25 0.03 316.71 0.94 0.54
Hex F8 1D BB 0 58 19 3 13D 5E 36
Octal 370 35 273 0 130 31 3 475 136 66
Binary 11111000 11101 10111011 0 1011000 11001 11 100111101 1011110 110110

Color Harmonies of #F81DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F81DBB

Black with #F81DBB

Text Example


Text Example

White with #F81DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F81DBB; }

 p { color: rgb(248,29,187); }

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

background-color css

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

 a { background-color: rgb(248,29,187); }

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

border-color css

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

 span { border-color: rgb(248,29,187); }

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