Html Css Color HEX #F912CC Shocking Pink

📋 copy color: '#F912CC'

red 249 ◦ green 18 ◦ blue 204

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

Shades of Shocking Pink #F912CC

Tints of Shocking Pink #F912CC

RGB

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

 GREEN value IS 18 (7.42% from 255) = 3.82%

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

R = 52.87%
G = 3.82%
B = 43.31%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.18

 K value IS 0.02

RGB Variations

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

Color information

#F912CC (or 0xF912CC) is known color: Shocking Pink. HEX triplet: F9, 12 and CC. RGB value is (249,18,204). Sum of RGB (Red+Green+Blue) = 249+18+204=471 (62% of max value = 765). Red value is 249 (97.66% from 255 or 52.87% from 471); Green value is 18 (7.42% from 255 or 3.82% from 471); Blue value is 204 (80.08% from 255 or 43.31% from 471); Max value from RGB is 249 - color contains mainly: red. Hex color #F912CC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F912CC is #06ED33. Grayscale: #6B6B6B. Windows color (decimal): -453940 or 13374201. OLE color: 13374201.

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

Color convert

RGB 249 18 204 -
CMYK 0 0.93 0.18 0.02
HSL 311.69º 0.95% 0.52% -
HSV(B) 311.69º 0.93% 0.98% -
XYZ 50.18 24.93 59.29 -
YUV 108.27 182.03 228.38 -
System Red Green Blue C M Y K H S L
Decimal 249 18 204 0 0.93 0.18 0.02 311.69 0.95 0.52
Hex F9 12 CC 0 5D 12 2 138 5F 34
Octal 371 22 314 0 135 22 2 470 137 64
Binary 11111001 10010 11001100 0 1011101 10010 10 100111000 1011111 110100

Color Harmonies of #F912CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F912CC

Black with #F912CC

Text Example


Text Example

White with #F912CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F912CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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