Html Css Color HEX #FA20D3 Razzle Dazzle Rose

📋 copy color: '#FA20D3'

red 250 ◦ green 32 ◦ blue 211

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

Shades of Razzle Dazzle Rose #FA20D3

Tints of Razzle Dazzle Rose #FA20D3

RGB

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

 GREEN value IS 32 (12.89% from 255) = 6.49%

 BLUE value IS 211 (82.81% from 255) = 42.8%

R = 50.71%
G = 6.49%
B = 42.8%

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

#FA20D3 (or 0xFA20D3) is known color: Razzle Dazzle Rose. HEX triplet: FA, 20 and D3. RGB value is (250,32,211). Sum of RGB (Red+Green+Blue) = 250+32+211=493 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.71% from 493); Green value is 32 (12.89% from 255 or 6.49% from 493); Blue value is 211 (82.81% from 255 or 42.80% from 493); Max value from RGB is 250 - color contains mainly: red. Hex color #FA20D3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FA20D3 is #05DF2C. Grayscale: #757575. Windows color (decimal): -384813 or 13836538. OLE color: 13836538.

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

Color convert

RGB 250 32 211 -
CMYK 0 0.87 0.16 0.02
HSL 310.73º 0.96% 0.55% -
HSV(B) 310.73º 0.87% 0.98% -
XYZ 51.7 26.06 63.93 -
YUV 117.59 180.72 222.45 -
System Red Green Blue C M Y K H S L
Decimal 250 32 211 0 0.87 0.16 0.02 310.73 0.96 0.55
Hex FA 20 D3 0 57 10 2 137 60 37
Octal 372 40 323 0 127 20 2 467 140 67
Binary 11111010 100000 11010011 0 1010111 10000 10 100110111 1100000 110111

Color Harmonies of #FA20D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA20D3

Black with #FA20D3

Text Example


Text Example

White with #FA20D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA20D3; }

 p { color: rgb(250,32,211); }

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

background-color css

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

 a { background-color: rgb(250,32,211); }

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

border-color css

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

 span { border-color: rgb(250,32,211); }

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