Html Css Color HEX #FB40B9 Razzle Dazzle Rose

📋 copy color: '#FB40B9'

red 251 ◦ green 64 ◦ blue 185

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

Shades of Razzle Dazzle Rose #FB40B9

Tints of Razzle Dazzle Rose #FB40B9

RGB

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

 GREEN value IS 64 (25.39% from 255) = 12.8%

 BLUE value IS 185 (72.66% from 255) = 37%

R = 50.2%
G = 12.8%
B = 37%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.26

 K value IS 0.02

RGB Variations

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

Color information

#FB40B9 (or 0xFB40B9) is known color: Razzle Dazzle Rose. HEX triplet: FB, 40 and B9. RGB value is (251,64,185). Sum of RGB (Red+Green+Blue) = 251+64+185=500 (66% of max value = 765). Red value is 251 (98.44% from 255 or 50.2% from 500); Green value is 64 (25.39% from 255 or 12.8% from 500); Blue value is 185 (72.66% from 255 or 37% from 500); Max value from RGB is 251 - color contains mainly: red. Hex color #FB40B9 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FB40B9 is #04BF46. Grayscale: #858585. Windows color (decimal): -311111 or 12140795. OLE color: 12140795.

HSL color Cylindrical-coordinate representation of color #FB40B9: hue angle of 321.18º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FB40B9 is Cyan = 0, Magento = 0.75, Yellow = 0.26 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 64 185 -
CMYK 0 0.75 0.26 0.02
HSL 321.18º 0.96% 0.62% -
HSV(B) 321.18º 0.75% 0.98% -
XYZ 50.37 27.68 48.59 -
YUV 133.71 156.95 211.66 -
System Red Green Blue C M Y K H S L
Decimal 251 64 185 0 0.75 0.26 0.02 321.18 0.96 0.62
Hex FB 40 B9 0 4B 1A 2 141 60 3E
Octal 373 100 271 0 113 32 2 501 140 76
Binary 11111011 1000000 10111001 0 1001011 11010 10 101000001 1100000 111110

Color Harmonies of #FB40B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB40B9

Black with #FB40B9

Text Example


Text Example

White with #FB40B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB40B9; }

 p { color: rgb(251,64,185); }

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

background-color css

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

 a { background-color: rgb(251,64,185); }

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

border-color css

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

 span { border-color: rgb(251,64,185); }

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