Html Css Color HEX #FA33E5 Razzle Dazzle Rose

📋 copy color: '#FA33E5'

red 250 ◦ green 51 ◦ blue 229

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

Shades of Razzle Dazzle Rose #FA33E5

Tints of Razzle Dazzle Rose #FA33E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 43.21%

R = 47.17%
G = 9.62%
B = 43.21%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.08

 K value IS 0.02

RGB Variations

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

Color information

#FA33E5 (or 0xFA33E5) is known color: Razzle Dazzle Rose. HEX triplet: FA, 33 and E5. RGB value is (250,51,229). Sum of RGB (Red+Green+Blue) = 250+51+229=530 (70% of max value = 765). Red value is 250 (98.05% from 255 or 47.17% from 530); Green value is 51 (20.31% from 255 or 9.62% from 530); Blue value is 229 (89.84% from 255 or 43.21% from 530); Max value from RGB is 250 - color contains mainly: red. Hex color #FA33E5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FA33E5 is #05CC1A. Grayscale: #828282. Windows color (decimal): -379931 or 15021050. OLE color: 15021050.

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

Color convert

RGB 250 51 229 -
CMYK 0 0.80 0.08 0.02
HSL 306.33º 0.95% 0.59% -
HSV(B) 306.33º 0.8% 0.98% -
XYZ 54.75 28.35 76.71 -
YUV 130.79 183.43 213.03 -
System Red Green Blue C M Y K H S L
Decimal 250 51 229 0 0.80 0.08 0.02 306.33 0.95 0.59
Hex FA 33 E5 0 50 8 2 132 5F 3B
Octal 372 63 345 0 120 10 2 462 137 73
Binary 11111010 110011 11100101 0 1010000 1000 10 100110010 1011111 111011

Color Harmonies of #FA33E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA33E5

Black with #FA33E5

Text Example


Text Example

White with #FA33E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA33E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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