Html Css Color HEX #FB50CB Razzle Dazzle Rose

📋 copy color: '#FB50CB'

red 251 ◦ green 80 ◦ blue 203

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

Shades of Razzle Dazzle Rose #FB50CB

Tints of Razzle Dazzle Rose #FB50CB

RGB

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

 GREEN value IS 80 (31.64% from 255) = 14.98%

 BLUE value IS 203 (79.69% from 255) = 38.01%

R = 47%
G = 14.98%
B = 38.01%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.19

 K value IS 0.02

RGB Variations

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

Color information

#FB50CB (or 0xFB50CB) is known color: Razzle Dazzle Rose. HEX triplet: FB, 50 and CB. RGB value is (251,80,203). Sum of RGB (Red+Green+Blue) = 251+80+203=534 (70% of max value = 765). Red value is 251 (98.44% from 255 or 47.00% from 534); Green value is 80 (31.64% from 255 or 14.98% from 534); Blue value is 203 (79.69% from 255 or 38.01% from 534); Max value from RGB is 251 - color contains mainly: red. Hex color #FB50CB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB50CB is #04AF34. Grayscale: #909090. Windows color (decimal): -306997 or 13324539. OLE color: 13324539.

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

Color convert

RGB 251 80 203 -
CMYK 0 0.68 0.19 0.02
HSL 316.84º 0.96% 0.65% -
HSV(B) 316.84º 0.68% 0.98% -
XYZ 53.43 30.56 59.58 -
YUV 145.15 160.65 203.5 -
System Red Green Blue C M Y K H S L
Decimal 251 80 203 0 0.68 0.19 0.02 316.84 0.96 0.65
Hex FB 50 CB 0 44 13 2 13D 60 41
Octal 373 120 313 0 104 23 2 475 140 101
Binary 11111011 1010000 11001011 0 1000100 10011 10 100111101 1100000 1000001

Color Harmonies of #FB50CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB50CB

Black with #FB50CB

Text Example


Text Example

White with #FB50CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB50CB; }

 p { color: rgb(251,80,203); }

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

background-color css

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

 a { background-color: rgb(251,80,203); }

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

border-color css

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

 span { border-color: rgb(251,80,203); }

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