Html Css Color HEX #F814CC Shocking Pink

📋 copy color: '#F814CC'

red 248 ◦ green 20 ◦ blue 204

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

Shades of Shocking Pink #F814CC

Tints of Shocking Pink #F814CC

RGB

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

 GREEN value IS 20 (8.2% from 255) = 4.24%

 BLUE value IS 204 (80.08% from 255) = 43.22%

R = 52.54%
G = 4.24%
B = 43.22%

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

#F814CC (or 0xF814CC) is known color: Shocking Pink. HEX triplet: F8, 14 and CC. RGB value is (248,20,204). Sum of RGB (Red+Green+Blue) = 248+20+204=472 (62% of max value = 765). Red value is 248 (97.27% from 255 or 52.54% from 472); Green value is 20 (8.20% from 255 or 4.24% from 472); Blue value is 204 (80.08% from 255 or 43.22% from 472); Max value from RGB is 248 - color contains mainly: red. Hex color #F814CC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F814CC is #07EB33. Grayscale: #6C6C6C. Windows color (decimal): -518964 or 13374712. OLE color: 13374712.

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

Color convert

RGB 248 20 204 -
CMYK 0 0.92 0.18 0.03
HSL 311.58º 0.94% 0.53% -
HSV(B) 311.58º 0.92% 0.97% -
XYZ 49.86 24.82 59.29 -
YUV 109.15 181.54 227.04 -
System Red Green Blue C M Y K H S L
Decimal 248 20 204 0 0.92 0.18 0.03 311.58 0.94 0.53
Hex F8 14 CC 0 5C 12 3 138 5E 35
Octal 370 24 314 0 134 22 3 470 136 65
Binary 11111000 10100 11001100 0 1011100 10010 11 100111000 1011110 110101

Color Harmonies of #F814CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F814CC

Black with #F814CC

Text Example


Text Example

White with #F814CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F814CC; }

 p { color: rgb(248,20,204); }

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

background-color css

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

 a { background-color: rgb(248,20,204); }

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

border-color css

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

 span { border-color: rgb(248,20,204); }

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