#FA1CDD

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

Shades of Razzle Dazzle Rose #FA1CDD

Tints of Razzle Dazzle Rose #FA1CDD

Color information

#FA1CDD (or 0xFA1CDD) is unknown color: approx Razzle Dazzle Rose. HEX triplet: FA, 1C and DD. RGB value is (250,28,221). Sum of RGB (Red+Green+Blue) = 250+28+221=499 (66% of max value = 765). Red value is 250 (98.05% from 255 or 50.10% from 499); Green value is 28 (11.33% from 255 or 5.61% from 499); Blue value is 221 (86.72% from 255 or 44.29% from 499); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1CDD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FA1CDD is #05E322. Grayscale: #737373. Windows color (decimal): -385827 or 14490874. OLE color: 14490874.

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

Color convert

RGB25028221-
CMYK00.890.120.02
HSL307.84º95.69%54.51%-
HSV(B)307.84º88.8%98.04%-
XYZ52.8926.3770.71-
YUV116.38187.05223.31-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 50.10%
GREEN value IS 28 (11.33% from 255) = 5.61%
BLUE value IS 221 (86.72% from 255) = 44.29%
R=50.10%
G=5.61%
B=44.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.12
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2502822100.890.120.02307.8495.6954.51
HexFA1CDD059C21346037
Octal37234335013114246414067
Binary111110101110011011101010110011100101001101001100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA1CDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA1CDD; }

 p { color: rgb(250,28,221); }

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

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

 a { background-color: rgb(250,28,221); }

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

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

 span { border-color: rgb(250,28,221); }

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