Html Css Color HEX #FA33D9 Razzle Dazzle Rose

📋 copy color: '#FA33D9'

red 250 ◦ green 51 ◦ blue 217

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

Shades of Razzle Dazzle Rose #FA33D9

Tints of Razzle Dazzle Rose #FA33D9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 41.89%

R = 48.26%
G = 9.85%
B = 41.89%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.13

 K value IS 0.02

RGB Variations

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

Color information

#FA33D9 (or 0xFA33D9) is known color: Razzle Dazzle Rose. HEX triplet: FA, 33 and D9. RGB value is (250,51,217). Sum of RGB (Red+Green+Blue) = 250+51+217=518 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.26% from 518); Green value is 51 (20.31% from 255 or 9.85% from 518); Blue value is 217 (85.16% from 255 or 41.89% from 518); Max value from RGB is 250 - color contains mainly: red. Hex color #FA33D9 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FA33D9 is #05CC26. Grayscale: #808080. Windows color (decimal): -379943 or 14234618. OLE color: 14234618.

HSL color Cylindrical-coordinate representation of color #FA33D9: hue angle of 309.95º 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 #FA33D9 is Cyan = 0, Magento = 0.80, Yellow = 0.13 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 51 217 -
CMYK 0 0.80 0.13 0.02
HSL 309.95º 0.95% 0.59% -
HSV(B) 309.95º 0.8% 0.98% -
XYZ 53.13 27.7 68.19 -
YUV 129.43 177.43 214 -
System Red Green Blue C M Y K H S L
Decimal 250 51 217 0 0.80 0.13 0.02 309.95 0.95 0.59
Hex FA 33 D9 0 50 D 2 136 5F 3B
Octal 372 63 331 0 120 15 2 466 137 73
Binary 11111010 110011 11011001 0 1010000 1101 10 100110110 1011111 111011

Color Harmonies of #FA33D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA33D9

Black with #FA33D9

Text Example


Text Example

White with #FA33D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA33D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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