Html Css Color HEX #FA0DCB Shocking Pink

📋 copy color: '#FA0DCB'

red 250 ◦ green 13 ◦ blue 203

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

Shades of Shocking Pink #FA0DCB

Tints of Shocking Pink #FA0DCB

RGB

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

 GREEN value IS 13 (5.47% from 255) = 2.79%

 BLUE value IS 203 (79.69% from 255) = 43.56%

R = 53.65%
G = 2.79%
B = 43.56%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.19

 K value IS 0.02

RGB Variations

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

Color information

#FA0DCB (or 0xFA0DCB) is known color: Shocking Pink. HEX triplet: FA, 0D and CB. RGB value is (250,13,203). Sum of RGB (Red+Green+Blue) = 250+13+203=466 (61% of max value = 765). Red value is 250 (98.05% from 255 or 53.65% from 466); Green value is 13 (5.47% from 255 or 2.79% from 466); Blue value is 203 (79.69% from 255 or 43.56% from 466); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0DCB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FA0DCB is #05F234. Grayscale: #696969. Windows color (decimal): -389685 or 13307386. OLE color: 13307386.

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

Color convert

RGB 250 13 203 -
CMYK 0 0.95 0.19 0.02
HSL 311.9º 0.96% 0.52% -
HSV(B) 311.9º 0.95% 0.98% -
XYZ 50.35 24.92 58.66 -
YUV 105.52 183.02 231.05 -
System Red Green Blue C M Y K H S L
Decimal 250 13 203 0 0.95 0.19 0.02 311.9 0.96 0.52
Hex FA D CB 0 5F 13 2 138 60 34
Octal 372 15 313 0 137 23 2 470 140 64
Binary 11111010 1101 11001011 0 1011111 10011 10 100111000 1100000 110100

Color Harmonies of #FA0DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA0DCB

Black with #FA0DCB

Text Example


Text Example

White with #FA0DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA0DCB; }

 p { color: rgb(250,13,203); }

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

background-color css

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

 a { background-color: rgb(250,13,203); }

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

border-color css

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

 span { border-color: rgb(250,13,203); }

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