Html Css Color HEX #FA21D2 Razzle Dazzle Rose

📋 copy color: '#FA21D2'

red 250 ◦ green 33 ◦ blue 210

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

Shades of Razzle Dazzle Rose #FA21D2

Tints of Razzle Dazzle Rose #FA21D2

RGB

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

 GREEN value IS 33 (13.28% from 255) = 6.69%

 BLUE value IS 210 (82.42% from 255) = 42.6%

R = 50.71%
G = 6.69%
B = 42.6%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.16

 K value IS 0.02

RGB Variations

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

Color information

#FA21D2 (or 0xFA21D2) is known color: Razzle Dazzle Rose. HEX triplet: FA, 21 and D2. RGB value is (250,33,210). Sum of RGB (Red+Green+Blue) = 250+33+210=493 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.71% from 493); Green value is 33 (13.28% from 255 or 6.69% from 493); Blue value is 210 (82.42% from 255 or 42.60% from 493); Max value from RGB is 250 - color contains mainly: red. Hex color #FA21D2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FA21D2 is #05DE2D. Grayscale: #757575. Windows color (decimal): -384558 or 13771258. OLE color: 13771258.

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

Color convert

RGB 250 33 210 -
CMYK 0 0.87 0.16 0.02
HSL 311.06º 0.96% 0.55% -
HSV(B) 311.06º 0.87% 0.98% -
XYZ 51.6 26.06 63.28 -
YUV 118.06 179.89 222.11 -
System Red Green Blue C M Y K H S L
Decimal 250 33 210 0 0.87 0.16 0.02 311.06 0.96 0.55
Hex FA 21 D2 0 57 10 2 137 60 37
Octal 372 41 322 0 127 20 2 467 140 67
Binary 11111010 100001 11010010 0 1010111 10000 10 100110111 1100000 110111

Color Harmonies of #FA21D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA21D2

Black with #FA21D2

Text Example


Text Example

White with #FA21D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA21D2; }

 p { color: rgb(250,33,210); }

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

background-color css

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

 a { background-color: rgb(250,33,210); }

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

border-color css

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

 span { border-color: rgb(250,33,210); }

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