Html Css Color HEX #F815CF Shocking Pink

📋 copy color: '#F815CF'

red 248 ◦ green 21 ◦ blue 207

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

Shades of Shocking Pink #F815CF

Tints of Shocking Pink #F815CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 43.49%

R = 52.1%
G = 4.41%
B = 43.49%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.17

 K value IS 0.03

RGB Variations

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

Color information

#F815CF (or 0xF815CF) is known color: Shocking Pink. HEX triplet: F8, 15 and CF. RGB value is (248,21,207). Sum of RGB (Red+Green+Blue) = 248+21+207=476 (63% of max value = 765). Red value is 248 (97.27% from 255 or 52.10% from 476); Green value is 21 (8.59% from 255 or 4.41% from 476); Blue value is 207 (81.25% from 255 or 43.49% from 476); Max value from RGB is 248 - color contains mainly: red. Hex color #F815CF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F815CF is #07EA30. Grayscale: #6D6D6D. Windows color (decimal): -518705 or 13571576. OLE color: 13571576.

HSL color Cylindrical-coordinate representation of color #F815CF: hue angle of 310.84º 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 #F815CF is Cyan = 0, Magento = 0.92, Yellow = 0.17 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 21 207 -
CMYK 0 0.92 0.17 0.03
HSL 310.84º 0.94% 0.53% -
HSV(B) 310.84º 0.92% 0.97% -
XYZ 50.24 25 61.21 -
YUV 110.08 182.71 226.38 -
System Red Green Blue C M Y K H S L
Decimal 248 21 207 0 0.92 0.17 0.03 310.84 0.94 0.53
Hex F8 15 CF 0 5C 11 3 137 5E 35
Octal 370 25 317 0 134 21 3 467 136 65
Binary 11111000 10101 11001111 0 1011100 10001 11 100110111 1011110 110101

Color Harmonies of #F815CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F815CF

Black with #F815CF

Text Example


Text Example

White with #F815CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F815CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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