Html Css Color HEX #FB41BB Razzle Dazzle Rose

📋 copy color: '#FB41BB'

red 251 ◦ green 65 ◦ blue 187

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

Shades of Razzle Dazzle Rose #FB41BB

Tints of Razzle Dazzle Rose #FB41BB

RGB

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

 GREEN value IS 65 (25.78% from 255) = 12.92%

 BLUE value IS 187 (73.44% from 255) = 37.18%

R = 49.9%
G = 12.92%
B = 37.18%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.25

 K value IS 0.02

RGB Variations

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

Color information

#FB41BB (or 0xFB41BB) is known color: Razzle Dazzle Rose. HEX triplet: FB, 41 and BB. RGB value is (251,65,187). Sum of RGB (Red+Green+Blue) = 251+65+187=503 (66% of max value = 765). Red value is 251 (98.44% from 255 or 49.90% from 503); Green value is 65 (25.78% from 255 or 12.92% from 503); Blue value is 187 (73.44% from 255 or 37.18% from 503); Max value from RGB is 251 - color contains mainly: red. Hex color #FB41BB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FB41BB is #04BE44. Grayscale: #868686. Windows color (decimal): -310853 or 12272123. OLE color: 12272123.

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

Color convert

RGB 251 65 187 -
CMYK 0 0.74 0.25 0.02
HSL 320.65º 0.96% 0.62% -
HSV(B) 320.65º 0.74% 0.98% -
XYZ 50.64 27.88 49.73 -
YUV 134.52 157.62 211.08 -
System Red Green Blue C M Y K H S L
Decimal 251 65 187 0 0.74 0.25 0.02 320.65 0.96 0.62
Hex FB 41 BB 0 4A 19 2 141 60 3E
Octal 373 101 273 0 112 31 2 501 140 76
Binary 11111011 1000001 10111011 0 1001010 11001 10 101000001 1100000 111110

Color Harmonies of #FB41BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB41BB

Black with #FB41BB

Text Example


Text Example

White with #FB41BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB41BB; }

 p { color: rgb(251,65,187); }

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

background-color css

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

 a { background-color: rgb(251,65,187); }

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

border-color css

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

 span { border-color: rgb(251,65,187); }

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