Html Css Color HEX #F815CB Shocking Pink

📋 copy color: '#F815CB'

red 248 ◦ green 21 ◦ blue 203

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

Shades of Shocking Pink #F815CB

Tints of Shocking Pink #F815CB

RGB

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

 GREEN value IS 21 (8.59% from 255) = 4.45%

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

R = 52.54%
G = 4.45%
B = 43.01%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.18

 K value IS 0.03

RGB Variations

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

Color information

#F815CB (or 0xF815CB) is known color: Shocking Pink. HEX triplet: F8, 15 and CB. RGB value is (248,21,203). Sum of RGB (Red+Green+Blue) = 248+21+203=472 (62% of max value = 765). Red value is 248 (97.27% from 255 or 52.54% from 472); Green value is 21 (8.59% from 255 or 4.45% from 472); Blue value is 203 (79.69% from 255 or 43.01% from 472); Max value from RGB is 248 - color contains mainly: red. Hex color #F815CB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F815CB is #07EA34. Grayscale: #6D6D6D. Windows color (decimal): -518709 or 13309432. OLE color: 13309432.

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

Color convert

RGB 248 21 203 -
CMYK 0 0.92 0.18 0.03
HSL 311.89º 0.94% 0.53% -
HSV(B) 311.89º 0.92% 0.97% -
XYZ 49.76 24.8 58.67 -
YUV 109.62 180.71 226.7 -
System Red Green Blue C M Y K H S L
Decimal 248 21 203 0 0.92 0.18 0.03 311.89 0.94 0.53
Hex F8 15 CB 0 5C 12 3 138 5E 35
Octal 370 25 313 0 134 22 3 470 136 65
Binary 11111000 10101 11001011 0 1011100 10010 11 100111000 1011110 110101

Color Harmonies of #F815CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F815CB

Black with #F815CB

Text Example


Text Example

White with #F815CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F815CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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