Html Css Color HEX #F914CC Shocking Pink

📋 copy color: '#F914CC'

red 249 ◦ green 20 ◦ blue 204

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

Shades of Shocking Pink #F914CC

Tints of Shocking Pink #F914CC

RGB

 RED value IS 249 (97.66% from 255) = 52.64%

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

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

R = 52.64%
G = 4.23%
B = 43.13%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.18

 K value IS 0.02

RGB Variations

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

Color information

#F914CC (or 0xF914CC) is known color: Shocking Pink. HEX triplet: F9, 14 and CC. RGB value is (249,20,204). Sum of RGB (Red+Green+Blue) = 249+20+204=473 (62% of max value = 765). Red value is 249 (97.66% from 255 or 52.64% from 473); Green value is 20 (8.20% from 255 or 4.23% from 473); Blue value is 204 (80.08% from 255 or 43.13% from 473); Max value from RGB is 249 - color contains mainly: red. Hex color #F914CC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F914CC is #06EB33. Grayscale: #6C6C6C. Windows color (decimal): -453428 or 13374713. OLE color: 13374713.

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

Color convert

RGB 249 20 204 -
CMYK 0 0.92 0.18 0.02
HSL 311.79º 0.95% 0.53% -
HSV(B) 311.79º 0.92% 0.98% -
XYZ 50.22 25 59.31 -
YUV 109.45 181.37 227.54 -
System Red Green Blue C M Y K H S L
Decimal 249 20 204 0 0.92 0.18 0.02 311.79 0.95 0.53
Hex F9 14 CC 0 5C 12 2 138 5F 35
Octal 371 24 314 0 134 22 2 470 137 65
Binary 11111001 10100 11001100 0 1011100 10010 10 100111000 1011111 110101

Color Harmonies of #F914CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F914CC

Black with #F914CC

Text Example


Text Example

White with #F914CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F914CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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