Html Css Color HEX #FF61B2 Hot Pink

📋 copy color: '#FF61B2'

red 255 ◦ green 97 ◦ blue 178

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

Shades of Hot Pink #FF61B2

Tints of Hot Pink #FF61B2

RGB

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

 GREEN value IS 97 (38.28% from 255) = 18.3%

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

R = 48.11%
G = 18.3%
B = 33.58%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.30

 K value IS 0

RGB Variations

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

Color information

#FF61B2 (or 0xFF61B2) is known color: Hot Pink. HEX triplet: FF, 61 and B2. RGB value is (255,97,178). Sum of RGB (Red+Green+Blue) = 255+97+178=530 (70% of max value = 765). Red value is 255 (100% from 255 or 48.11% from 530); Green value is 97 (38.28% from 255 or 18.30% from 530); Blue value is 178 (69.92% from 255 or 33.58% from 530); Max value from RGB is 255 - color contains mainly: red. Hex color #FF61B2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF61B2 is #009E4D. Grayscale: #999999. Windows color (decimal): -40526 or 11690495. OLE color: 11690495.

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

Color convert

RGB 255 97 178 -
CMYK 0 0.62 0.30 0
HSL 329.24º 1% 0.69% -
HSV(B) 329.24º 0.62% 1% -
XYZ 53.55 33.02 45.67 -
YUV 153.48 141.85 200.41 -
System Red Green Blue C M Y K H S L
Decimal 255 97 178 0 0.62 0.30 0 329.24 1 0.69
Hex FF 61 B2 0 3E 1E 0 149 64 45
Octal 377 141 262 0 76 36 0 511 144 105
Binary 11111111 1100001 10110010 0 111110 11110 0 101001001 1100100 1000101

Color Harmonies of #FF61B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF61B2

Black with #FF61B2

Text Example


Text Example

White with #FF61B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF61B2; }

 p { color: rgb(255,97,178); }

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

background-color css

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

 a { background-color: rgb(255,97,178); }

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

border-color css

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

 span { border-color: rgb(255,97,178); }

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