Html Css Color HEX #FA0FCC Shocking Pink

📋 copy color: '#FA0FCC'

red 250 ◦ green 15 ◦ blue 204

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

Shades of Shocking Pink #FA0FCC

Tints of Shocking Pink #FA0FCC

RGB

 RED value IS 250 (98.05% from 255) = 53.3%

 GREEN value IS 15 (6.25% from 255) = 3.2%

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

R = 53.3%
G = 3.2%
B = 43.5%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.18

 K value IS 0.02

RGB Variations

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

Color information

#FA0FCC (or 0xFA0FCC) is known color: Shocking Pink. HEX triplet: FA, 0F and CC. RGB value is (250,15,204). Sum of RGB (Red+Green+Blue) = 250+15+204=469 (62% of max value = 765). Red value is 250 (98.05% from 255 or 53.30% from 469); Green value is 15 (6.25% from 255 or 3.20% from 469); Blue value is 204 (80.08% from 255 or 43.50% from 469); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0FCC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FA0FCC is #05F033. Grayscale: #6A6A6A. Windows color (decimal): -389172 or 13373434. OLE color: 13373434.

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

Color convert

RGB 250 15 204 -
CMYK 0 0.94 0.18 0.02
HSL 311.74º 0.96% 0.52% -
HSV(B) 311.74º 0.94% 0.98% -
XYZ 50.49 25.03 59.3 -
YUV 106.81 182.86 230.13 -
System Red Green Blue C M Y K H S L
Decimal 250 15 204 0 0.94 0.18 0.02 311.74 0.96 0.52
Hex FA F CC 0 5E 12 2 138 60 34
Octal 372 17 314 0 136 22 2 470 140 64
Binary 11111010 1111 11001100 0 1011110 10010 10 100111000 1100000 110100

Color Harmonies of #FA0FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA0FCC

Black with #FA0FCC

Text Example


Text Example

White with #FA0FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA0FCC; }

 p { color: rgb(250,15,204); }

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

background-color css

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

 a { background-color: rgb(250,15,204); }

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

border-color css

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

 span { border-color: rgb(250,15,204); }

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