Html Css Color HEX #FA33DB Razzle Dazzle Rose

📋 copy color: '#FA33DB'

red 250 ◦ green 51 ◦ blue 219

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

Shades of Razzle Dazzle Rose #FA33DB

Tints of Razzle Dazzle Rose #FA33DB

RGB

 RED value IS 250 (98.05% from 255) = 48.08%

 GREEN value IS 51 (20.31% from 255) = 9.81%

 BLUE value IS 219 (85.94% from 255) = 42.12%

R = 48.08%
G = 9.81%
B = 42.12%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#FA33DB (or 0xFA33DB) is known color: Razzle Dazzle Rose. HEX triplet: FA, 33 and DB. RGB value is (250,51,219). Sum of RGB (Red+Green+Blue) = 250+51+219=520 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.08% from 520); Green value is 51 (20.31% from 255 or 9.81% from 520); Blue value is 219 (85.94% from 255 or 42.12% from 520); Max value from RGB is 250 - color contains mainly: red. Hex color #FA33DB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FA33DB is #05CC24. Grayscale: #818181. Windows color (decimal): -379941 or 14365690. OLE color: 14365690.

HSL color Cylindrical-coordinate representation of color #FA33DB: hue angle of 309.35º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FA33DB is Cyan = 0, Magento = 0.80, Yellow = 0.12 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 51 219 -
CMYK 0 0.80 0.12 0.02
HSL 309.35º 0.95% 0.59% -
HSV(B) 309.35º 0.8% 0.98% -
XYZ 53.39 27.81 69.57 -
YUV 129.65 178.43 213.84 -
System Red Green Blue C M Y K H S L
Decimal 250 51 219 0 0.80 0.12 0.02 309.35 0.95 0.59
Hex FA 33 DB 0 50 C 2 135 5F 3B
Octal 372 63 333 0 120 14 2 465 137 73
Binary 11111010 110011 11011011 0 1010000 1100 10 100110101 1011111 111011

Color Harmonies of #FA33DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA33DB

Black with #FA33DB

Text Example


Text Example

White with #FA33DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA33DB; }

 p { color: rgb(250,51,219); }

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

background-color css

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

 a { background-color: rgb(250,51,219); }

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

border-color css

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

 span { border-color: rgb(250,51,219); }

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