Html Css Color HEX #FF02B4 Shocking Pink

📋 copy color: '#FF02B4'

red 255 ◦ green 2 ◦ blue 180

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

Shades of Shocking Pink #FF02B4

Tints of Shocking Pink #FF02B4

RGB

 RED value IS 255 (100% from 255) = 58.35%

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

 BLUE value IS 180 (70.7% from 255) = 41.19%

R = 58.35%
G = 0.46%
B = 41.19%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.29

 K value IS 0

RGB Variations

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

Color information

#FF02B4 (or 0xFF02B4) is known color: Shocking Pink. HEX triplet: FF, 02 and B4. RGB value is (255,2,180). Sum of RGB (Red+Green+Blue) = 255+2+180=437 (57% of max value = 765). Red value is 255 (100% from 255 or 58.35% from 437); Green value is 2 (1.17% from 255 or 0.46% from 437); Blue value is 180 (70.70% from 255 or 41.19% from 437); Max value from RGB is 255 - color contains mainly: red. Hex color #FF02B4 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FF02B4 is #00FD4B. Grayscale: #616161. Windows color (decimal): -64844 or 11797247. OLE color: 11797247.

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

Color convert

RGB 255 2 180 -
CMYK 0 0.99 0.29 0
HSL 317.79º 1% 0.5% -
HSV(B) 317.79º 0.99% 1% -
XYZ 49.5 24.6 45.32 -
YUV 97.94 174.32 240.03 -
System Red Green Blue C M Y K H S L
Decimal 255 2 180 0 0.99 0.29 0 317.79 1 0.5
Hex FF 2 B4 0 63 1D 0 13E 64 32
Octal 377 2 264 0 143 35 0 476 144 62
Binary 11111111 10 10110100 0 1100011 11101 0 100111110 1100100 110010

Color Harmonies of #FF02B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF02B4

Black with #FF02B4

Text Example


Text Example

White with #FF02B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF02B4; }

 p { color: rgb(255,2,180); }

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

background-color css

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

 a { background-color: rgb(255,2,180); }

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

border-color css

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

 span { border-color: rgb(255,2,180); }

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