Html Css Color HEX #FD0CBE Shocking Pink

📋 copy color: '#FD0CBE'

red 253 ◦ green 12 ◦ blue 190

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

Shades of Shocking Pink #FD0CBE

Tints of Shocking Pink #FD0CBE

RGB

 RED value IS 253 (99.22% from 255) = 55.6%

 GREEN value IS 12 (5.08% from 255) = 2.64%

 BLUE value IS 190 (74.61% from 255) = 41.76%

R = 55.6%
G = 2.64%
B = 41.76%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.25

 K value IS 0.01

RGB Variations

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

Color information

#FD0CBE (or 0xFD0CBE) is known color: Shocking Pink. HEX triplet: FD, 0C and BE. RGB value is (253,12,190). Sum of RGB (Red+Green+Blue) = 253+12+190=455 (60% of max value = 765). Red value is 253 (99.22% from 255 or 55.60% from 455); Green value is 12 (5.08% from 255 or 2.64% from 455); Blue value is 190 (74.61% from 255 or 41.76% from 455); Max value from RGB is 253 - color contains mainly: red. Hex color #FD0CBE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FD0CBE is #02F341. Grayscale: #676767. Windows color (decimal): -193346 or 12455165. OLE color: 12455165.

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

Color convert

RGB 253 12 190 -
CMYK 0 0.95 0.25 0.01
HSL 315.68º 0.98% 0.52% -
HSV(B) 315.68º 0.95% 0.99% -
XYZ 49.93 24.86 50.88 -
YUV 104.35 176.34 234.03 -
System Red Green Blue C M Y K H S L
Decimal 253 12 190 0 0.95 0.25 0.01 315.68 0.98 0.52
Hex FD C BE 0 5F 19 1 13C 62 34
Octal 375 14 276 0 137 31 1 474 142 64
Binary 11111101 1100 10111110 0 1011111 11001 1 100111100 1100010 110100

Color Harmonies of #FD0CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD0CBE

Black with #FD0CBE

Text Example


Text Example

White with #FD0CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD0CBE; }

 p { color: rgb(253,12,190); }

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

background-color css

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

 a { background-color: rgb(253,12,190); }

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

border-color css

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

 span { border-color: rgb(253,12,190); }

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