Html Css Color HEX #FB74B7 Hot Pink

📋 copy color: '#FB74B7'

red 251 ◦ green 116 ◦ blue 183

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

Shades of Hot Pink #FB74B7

Tints of Hot Pink #FB74B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 33.27%

R = 45.64%
G = 21.09%
B = 33.27%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.27

 K value IS 0.02

RGB Variations

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

Color information

#FB74B7 (or 0xFB74B7) is known color: Hot Pink. HEX triplet: FB, 74 and B7. RGB value is (251,116,183). Sum of RGB (Red+Green+Blue) = 251+116+183=550 (72% of max value = 765). Red value is 251 (98.44% from 255 or 45.64% from 550); Green value is 116 (45.70% from 255 or 21.09% from 550); Blue value is 183 (71.88% from 255 or 33.27% from 550); Max value from RGB is 251 - color contains mainly: red. Hex color #FB74B7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB74B7 is #048B48. Grayscale: #A3A3A3. Windows color (decimal): -297801 or 12023035. OLE color: 12023035.

HSL color Cylindrical-coordinate representation of color #FB74B7: hue angle of 330.22º 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 #FB74B7 is Cyan = 0, Magento = 0.54, Yellow = 0.27 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 116 183 -
CMYK 0 0.54 0.27 0.02
HSL 330.22º 0.94% 0.72% -
HSV(B) 330.22º 0.54% 0.98% -
XYZ 54.58 36.42 48.95 -
YUV 164 138.73 190.05 -
System Red Green Blue C M Y K H S L
Decimal 251 116 183 0 0.54 0.27 0.02 330.22 0.94 0.72
Hex FB 74 B7 0 36 1B 2 14A 5E 48
Octal 373 164 267 0 66 33 2 512 136 110
Binary 11111011 1110100 10110111 0 110110 11011 10 101001010 1011110 1001000

Color Harmonies of #FB74B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB74B7

Black with #FB74B7

Text Example


Text Example

White with #FB74B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB74B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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