Html Css Color HEX #FA21C7 Razzle Dazzle Rose

📋 copy color: '#FA21C7'

red 250 ◦ green 33 ◦ blue 199

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

Shades of Razzle Dazzle Rose #FA21C7

Tints of Razzle Dazzle Rose #FA21C7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 41.29%

R = 51.87%
G = 6.85%
B = 41.29%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.20

 K value IS 0.02

RGB Variations

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

Color information

#FA21C7 (or 0xFA21C7) is known color: Razzle Dazzle Rose. HEX triplet: FA, 21 and C7. RGB value is (250,33,199). Sum of RGB (Red+Green+Blue) = 250+33+199=482 (63% of max value = 765). Red value is 250 (98.05% from 255 or 51.87% from 482); Green value is 33 (13.28% from 255 or 6.85% from 482); Blue value is 199 (78.12% from 255 or 41.29% from 482); Max value from RGB is 250 - color contains mainly: red. Hex color #FA21C7 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FA21C7 is #05DE38. Grayscale: #747474. Windows color (decimal): -384569 or 13050362. OLE color: 13050362.

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

Color convert

RGB 250 33 199 -
CMYK 0 0.87 0.20 0.02
HSL 314.1º 0.96% 0.55% -
HSV(B) 314.1º 0.87% 0.98% -
XYZ 50.28 25.54 56.31 -
YUV 116.81 174.39 223 -
System Red Green Blue C M Y K H S L
Decimal 250 33 199 0 0.87 0.20 0.02 314.1 0.96 0.55
Hex FA 21 C7 0 57 14 2 13A 60 37
Octal 372 41 307 0 127 24 2 472 140 67
Binary 11111010 100001 11000111 0 1010111 10100 10 100111010 1100000 110111

Color Harmonies of #FA21C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA21C7

Black with #FA21C7

Text Example


Text Example

White with #FA21C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA21C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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