Html Css Color HEX #FA33D4 Razzle Dazzle Rose

📋 copy color: '#FA33D4'

red 250 ◦ green 51 ◦ blue 212

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

Shades of Razzle Dazzle Rose #FA33D4

Tints of Razzle Dazzle Rose #FA33D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 41.33%

R = 48.73%
G = 9.94%
B = 41.33%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.15

 K value IS 0.02

RGB Variations

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

Color information

#FA33D4 (or 0xFA33D4) is known color: Razzle Dazzle Rose. HEX triplet: FA, 33 and D4. RGB value is (250,51,212). Sum of RGB (Red+Green+Blue) = 250+51+212=513 (67% of max value = 765). Red value is 250 (98.05% from 255 or 48.73% from 513); Green value is 51 (20.31% from 255 or 9.94% from 513); Blue value is 212 (83.20% from 255 or 41.33% from 513); Max value from RGB is 250 - color contains mainly: red. Hex color #FA33D4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FA33D4 is #05CC2B. Grayscale: #808080. Windows color (decimal): -379948 or 13906938. OLE color: 13906938.

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

Color convert

RGB 250 51 212 -
CMYK 0 0.80 0.15 0.02
HSL 311.46º 0.95% 0.59% -
HSV(B) 311.46º 0.8% 0.98% -
XYZ 52.49 27.45 64.82 -
YUV 128.86 174.93 214.41 -
System Red Green Blue C M Y K H S L
Decimal 250 51 212 0 0.80 0.15 0.02 311.46 0.95 0.59
Hex FA 33 D4 0 50 F 2 137 5F 3B
Octal 372 63 324 0 120 17 2 467 137 73
Binary 11111010 110011 11010100 0 1010000 1111 10 100110111 1011111 111011

Color Harmonies of #FA33D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA33D4

Black with #FA33D4

Text Example


Text Example

White with #FA33D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA33D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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