Html Css Color HEX #FD02B2 Shocking Pink

📋 copy color: '#FD02B2'

red 253 ◦ green 2 ◦ blue 178

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

Shades of Shocking Pink #FD02B2

Tints of Shocking Pink #FD02B2

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.46%

 BLUE value IS 178 (69.92% from 255) = 41.11%

R = 58.43%
G = 0.46%
B = 41.11%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.30

 K value IS 0.01

RGB Variations

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

Color information

#FD02B2 (or 0xFD02B2) is known color: Shocking Pink. HEX triplet: FD, 02 and B2. RGB value is (253,2,178). Sum of RGB (Red+Green+Blue) = 253+2+178=433 (57% of max value = 765). Red value is 253 (99.22% from 255 or 58.43% from 433); Green value is 2 (1.17% from 255 or 0.46% from 433); Blue value is 178 (69.92% from 255 or 41.11% from 433); Max value from RGB is 253 - color contains mainly: red. Hex color #FD02B2 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FD02B2 is #02FD4D. Grayscale: #606060. Windows color (decimal): -195918 or 11666173. OLE color: 11666173.

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

Color convert

RGB 253 2 178 -
CMYK 0 0.99 0.30 0.01
HSL 317.93º 0.98% 0.5% -
HSV(B) 317.93º 0.99% 0.99% -
XYZ 48.57 24.14 44.22 -
YUV 97.11 173.66 239.19 -
System Red Green Blue C M Y K H S L
Decimal 253 2 178 0 0.99 0.30 0.01 317.93 0.98 0.5
Hex FD 2 B2 0 63 1E 1 13E 62 32
Octal 375 2 262 0 143 36 1 476 142 62
Binary 11111101 10 10110010 0 1100011 11110 1 100111110 1100010 110010

Color Harmonies of #FD02B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD02B2

Black with #FD02B2

Text Example


Text Example

White with #FD02B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD02B2; }

 p { color: rgb(253,2,178); }

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

background-color css

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

 a { background-color: rgb(253,2,178); }

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

border-color css

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

 span { border-color: rgb(253,2,178); }

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