#FA4ECB

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

Shades of Razzle Dazzle Rose #FA4ECB

Tints of Razzle Dazzle Rose #FA4ECB

Color information

#FA4ECB (or 0xFA4ECB) is unknown color: approx Razzle Dazzle Rose. HEX triplet: FA, 4E and CB. RGB value is (250,78,203). Sum of RGB (Red+Green+Blue) = 250+78+203=531 (70% of max value = 765). Red value is 250 (98.05% from 255 or 47.08% from 531); Green value is 78 (30.86% from 255 or 14.69% from 531); Blue value is 203 (79.69% from 255 or 38.23% from 531); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4ECB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA4ECB is #05B134. Grayscale: #8F8F8F. Windows color (decimal): -373045 or 13324026. OLE color: 13324026.

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

Color convert

RGB25078203-
CMYK00.690.190.02
HSL316.4º94.51%64.31%-
HSV(B)316.4º68.8%98.04%-
XYZ52.9330.0859.52-
YUV143.68161.48203.84-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 47.08%
GREEN value IS 78 (30.86% from 255) = 14.69%
BLUE value IS 203 (79.69% from 255) = 38.23%
R=47.08%
G=14.69%
B=38.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.19
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2507820300.690.190.02316.494.5164.31
HexFA4ECB04513213c5f40
Octal3721163130105232474137100
Binary1111101010011101100101101000101100111010011110010111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA4ECB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA4ECB; }

 p { color: rgb(250,78,203); }

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

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

 a { background-color: rgb(250,78,203); }

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

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

 span { border-color: rgb(250,78,203); }

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