Html Css Color HEX #F81CCB Shocking Pink

📋 copy color: '#F81CCB'

red 248 ◦ green 28 ◦ blue 203

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

Shades of Shocking Pink #F81CCB

Tints of Shocking Pink #F81CCB

RGB

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

 GREEN value IS 28 (11.33% from 255) = 5.85%

 BLUE value IS 203 (79.69% from 255) = 42.38%

R = 51.77%
G = 5.85%
B = 42.38%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.18

 K value IS 0.03

RGB Variations

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

Color information

#F81CCB (or 0xF81CCB) is known color: Shocking Pink. HEX triplet: F8, 1C and CB. RGB value is (248,28,203). Sum of RGB (Red+Green+Blue) = 248+28+203=479 (63% of max value = 765). Red value is 248 (97.27% from 255 or 51.77% from 479); Green value is 28 (11.33% from 255 or 5.85% from 479); Blue value is 203 (79.69% from 255 or 42.38% from 479); Max value from RGB is 248 - color contains mainly: red. Hex color #F81CCB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F81CCB is #07E334. Grayscale: #717171. Windows color (decimal): -516917 or 13311224. OLE color: 13311224.

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

Color convert

RGB 248 28 203 -
CMYK 0 0.89 0.18 0.03
HSL 312.27º 0.94% 0.54% -
HSV(B) 312.27º 0.89% 0.97% -
XYZ 49.91 25.1 58.71 -
YUV 113.73 178.39 223.77 -
System Red Green Blue C M Y K H S L
Decimal 248 28 203 0 0.89 0.18 0.03 312.27 0.94 0.54
Hex F8 1C CB 0 59 12 3 138 5E 36
Octal 370 34 313 0 131 22 3 470 136 66
Binary 11111000 11100 11001011 0 1011001 10010 11 100111000 1011110 110110

Color Harmonies of #F81CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F81CCB

Black with #F81CCB

Text Example


Text Example

White with #F81CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F81CCB; }

 p { color: rgb(248,28,203); }

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

background-color css

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

 a { background-color: rgb(248,28,203); }

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

border-color css

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

 span { border-color: rgb(248,28,203); }

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