#FA38E0

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

Shades of Razzle Dazzle Rose #FA38E0

Tints of Razzle Dazzle Rose #FA38E0

Color information

#FA38E0 (or 0xFA38E0) is unknown color: approx Razzle Dazzle Rose. HEX triplet: FA, 38 and E0. RGB value is (250,56,224). Sum of RGB (Red+Green+Blue) = 250+56+224=530 (70% of max value = 765). Red value is 250 (98.05% from 255 or 47.17% from 530); Green value is 56 (22.27% from 255 or 10.57% from 530); Blue value is 224 (87.89% from 255 or 42.26% from 530); Max value from RGB is 250 - color contains mainly: red. Hex color #FA38E0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FA38E0 is #05C71F. Grayscale: #848484. Windows color (decimal): -378656 or 14694650. OLE color: 14694650.

HSL color Cylindrical-coordinate representation of color #FA38E0: hue angle of 308.04º degrees, saturation: 0.95, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #FA38E0 is Cyan = 0, Magento = 0.78, Yellow = 0.10 and Black (K on CMYK) = 0.02.

Color convert

RGB25056224-
CMYK00.780.100.02
HSL308.04º95.1%60%-
HSV(B)308.04º77.6%98.04%-
XYZ54.2928.5373.17-
YUV133.16179.27211.34-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 47.17%
GREEN value IS 56 (22.27% from 255) = 10.57%
BLUE value IS 224 (87.89% from 255) = 42.26%
R=47.17%
G=10.57%
B=42.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.10
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2505622400.780.100.02308.0495.160
HexFA38E004EA21345f3c
Octal37270340011612246413774
Binary1111101011100011100000010011101010101001101001011111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA38E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA38E0; }

 p { color: rgb(250,56,224); }

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

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

 a { background-color: rgb(250,56,224); }

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

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

 span { border-color: rgb(250,56,224); }

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