Html Css Color HEX #FB4DC2 Razzle Dazzle Rose

📋 copy color: '#FB4DC2'

red 251 ◦ green 77 ◦ blue 194

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

Shades of Razzle Dazzle Rose #FB4DC2

Tints of Razzle Dazzle Rose #FB4DC2

RGB

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

 GREEN value IS 77 (30.47% from 255) = 14.75%

 BLUE value IS 194 (76.17% from 255) = 37.16%

R = 48.08%
G = 14.75%
B = 37.16%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.23

 K value IS 0.02

RGB Variations

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

Color information

#FB4DC2 (or 0xFB4DC2) is known color: Razzle Dazzle Rose. HEX triplet: FB, 4D and C2. RGB value is (251,77,194). Sum of RGB (Red+Green+Blue) = 251+77+194=522 (69% of max value = 765). Red value is 251 (98.44% from 255 or 48.08% from 522); Green value is 77 (30.47% from 255 or 14.75% from 522); Blue value is 194 (76.17% from 255 or 37.16% from 522); Max value from RGB is 251 - color contains mainly: red. Hex color #FB4DC2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB4DC2 is #04B23D. Grayscale: #8E8E8E. Windows color (decimal): -307774 or 12733947. OLE color: 12733947.

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

Color convert

RGB 251 77 194 -
CMYK 0 0.69 0.23 0.02
HSL 319.66º 0.96% 0.64% -
HSV(B) 319.66º 0.69% 0.98% -
XYZ 52.18 29.71 54.02 -
YUV 142.36 157.15 205.49 -
System Red Green Blue C M Y K H S L
Decimal 251 77 194 0 0.69 0.23 0.02 319.66 0.96 0.64
Hex FB 4D C2 0 45 17 2 140 60 40
Octal 373 115 302 0 105 27 2 500 140 100
Binary 11111011 1001101 11000010 0 1000101 10111 10 101000000 1100000 1000000

Color Harmonies of #FB4DC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB4DC2

Black with #FB4DC2

Text Example


Text Example

White with #FB4DC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB4DC2; }

 p { color: rgb(251,77,194); }

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

background-color css

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

 a { background-color: rgb(251,77,194); }

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

border-color css

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

 span { border-color: rgb(251,77,194); }

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