Html Css Color HEX #FA20D4 Razzle Dazzle Rose

📋 copy color: '#FA20D4'

red 250 ◦ green 32 ◦ blue 212

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

Shades of Razzle Dazzle Rose #FA20D4

Tints of Razzle Dazzle Rose #FA20D4

RGB

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

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

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

R = 50.61%
G = 6.48%
B = 42.91%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.15

 K value IS 0.02

RGB Variations

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

Color information

#FA20D4 (or 0xFA20D4) is known color: Razzle Dazzle Rose. HEX triplet: FA, 20 and D4. RGB value is (250,32,212). Sum of RGB (Red+Green+Blue) = 250+32+212=494 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.61% from 494); Green value is 32 (12.89% from 255 or 6.48% from 494); Blue value is 212 (83.20% from 255 or 42.91% from 494); Max value from RGB is 250 - color contains mainly: red. Hex color #FA20D4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FA20D4 is #05DF2B. Grayscale: #757575. Windows color (decimal): -384812 or 13902074. OLE color: 13902074.

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

Color convert

RGB 250 32 212 -
CMYK 0 0.87 0.15 0.02
HSL 310.46º 0.96% 0.55% -
HSV(B) 310.46º 0.87% 0.98% -
XYZ 51.82 26.11 64.6 -
YUV 117.7 181.22 222.36 -
System Red Green Blue C M Y K H S L
Decimal 250 32 212 0 0.87 0.15 0.02 310.46 0.96 0.55
Hex FA 20 D4 0 57 F 2 136 60 37
Octal 372 40 324 0 127 17 2 466 140 67
Binary 11111010 100000 11010100 0 1010111 1111 10 100110110 1100000 110111

Color Harmonies of #FA20D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA20D4

Black with #FA20D4

Text Example


Text Example

White with #FA20D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA20D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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