#FA21D4

Color #FA21D4 Razzle Dazzle Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Razzle Dazzle Rose #FA21D4

Tints of Razzle Dazzle Rose #FA21D4

Color information

#FA21D4 (or 0xFA21D4) is unknown color: approx Razzle Dazzle Rose. HEX triplet: FA, 21 and D4. RGB value is (250,33,212). Sum of RGB (Red+Green+Blue) = 250+33+212=495 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.51% from 495); Green value is 33 (13.28% from 255 or 6.67% from 495); Blue value is 212 (83.20% from 255 or 42.83% from 495); Max value from RGB is 250 - color contains mainly: red. Hex color #FA21D4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FA21D4 is #05DE2B. Grayscale: #757575. Windows color (decimal): -384556 or 13902330. OLE color: 13902330.

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

Color convert

RGB25033212-
CMYK00.870.150.02
HSL310.51º95.59%55.49%-
HSV(B)310.51º86.8%98.04%-
XYZ51.8526.1764.6-
YUV118.29180.89221.95-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 50.51%
GREEN value IS 33 (13.28% from 255) = 6.67%
BLUE value IS 212 (83.20% from 255) = 42.83%
R=50.51%
G=6.67%
B=42.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.15
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2503321200.870.150.02310.5195.5955.49
HexFA21D4057F21376037
Octal37241324012717246714067
Binary1111101010000111010100010101111111101001101111100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA21D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA21D4; }

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

 H1.HeaderClassName
 {
   color: #FA21D4;
 }
 .AnyTagClassName
 {
   color: #FA21D4;
 }
</style>
background-color css

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

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

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

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

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

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