Html Css Color HEX #FB30CC Razzle Dazzle Rose

📋 copy color: '#FB30CC'

red 251 ◦ green 48 ◦ blue 204

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

Shades of Razzle Dazzle Rose #FB30CC

Tints of Razzle Dazzle Rose #FB30CC

RGB

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

 GREEN value IS 48 (19.14% from 255) = 9.54%

 BLUE value IS 204 (80.08% from 255) = 40.56%

R = 49.9%
G = 9.54%
B = 40.56%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.19

 K value IS 0.02

RGB Variations

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

Color information

#FB30CC (or 0xFB30CC) is known color: Razzle Dazzle Rose. HEX triplet: FB, 30 and CC. RGB value is (251,48,204). Sum of RGB (Red+Green+Blue) = 251+48+204=503 (66% of max value = 765). Red value is 251 (98.44% from 255 or 49.90% from 503); Green value is 48 (19.14% from 255 or 9.54% from 503); Blue value is 204 (80.08% from 255 or 40.56% from 503); Max value from RGB is 251 - color contains mainly: red. Hex color #FB30CC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FB30CC is #04CF33. Grayscale: #7E7E7E. Windows color (decimal): -315188 or 13381883. OLE color: 13381883.

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

Color convert

RGB 251 48 204 -
CMYK 0 0.81 0.19 0.02
HSL 313.89º 0.96% 0.59% -
HSV(B) 313.89º 0.81% 0.98% -
XYZ 51.74 26.98 59.61 -
YUV 126.48 171.75 216.82 -
System Red Green Blue C M Y K H S L
Decimal 251 48 204 0 0.81 0.19 0.02 313.89 0.96 0.59
Hex FB 30 CC 0 51 13 2 13A 60 3B
Octal 373 60 314 0 121 23 2 472 140 73
Binary 11111011 110000 11001100 0 1010001 10011 10 100111010 1100000 111011

Color Harmonies of #FB30CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB30CC

Black with #FB30CC

Text Example


Text Example

White with #FB30CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB30CC; }

 p { color: rgb(251,48,204); }

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

background-color css

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

 a { background-color: rgb(251,48,204); }

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

border-color css

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

 span { border-color: rgb(251,48,204); }

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