Html Css Color HEX #FB74B2 Hot Pink

📋 copy color: '#FB74B2'

red 251 ◦ green 116 ◦ blue 178

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

Shades of Hot Pink #FB74B2

Tints of Hot Pink #FB74B2

RGB

 RED value IS 251 (98.44% from 255) = 46.06%

 GREEN value IS 116 (45.7% from 255) = 21.28%

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

R = 46.06%
G = 21.28%
B = 32.66%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.29

 K value IS 0.02

RGB Variations

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

Color information

#FB74B2 (or 0xFB74B2) is known color: Hot Pink. HEX triplet: FB, 74 and B2. RGB value is (251,116,178). Sum of RGB (Red+Green+Blue) = 251+116+178=545 (72% of max value = 765). Red value is 251 (98.44% from 255 or 46.06% from 545); Green value is 116 (45.70% from 255 or 21.28% from 545); Blue value is 178 (69.92% from 255 or 32.66% from 545); Max value from RGB is 251 - color contains mainly: red. Hex color #FB74B2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB74B2 is #048B4D. Grayscale: #A3A3A3. Windows color (decimal): -297806 or 11695355. OLE color: 11695355.

HSL color Cylindrical-coordinate representation of color #FB74B2: hue angle of 332.44º degrees, saturation: 0.94, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FB74B2 is Cyan = 0, Magento = 0.54, Yellow = 0.29 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 116 178 -
CMYK 0 0.54 0.29 0.02
HSL 332.44º 0.94% 0.72% -
HSV(B) 332.44º 0.54% 0.98% -
XYZ 54.06 36.21 46.26 -
YUV 163.43 136.23 190.46 -
System Red Green Blue C M Y K H S L
Decimal 251 116 178 0 0.54 0.29 0.02 332.44 0.94 0.72
Hex FB 74 B2 0 36 1D 2 14C 5E 48
Octal 373 164 262 0 66 35 2 514 136 110
Binary 11111011 1110100 10110010 0 110110 11101 10 101001100 1011110 1001000

Color Harmonies of #FB74B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB74B2

Black with #FB74B2

Text Example


Text Example

White with #FB74B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB74B2; }

 p { color: rgb(251,116,178); }

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

background-color css

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

 a { background-color: rgb(251,116,178); }

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

border-color css

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

 span { border-color: rgb(251,116,178); }

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