#FA3ACB

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

Shades of Razzle Dazzle Rose #FA3ACB

Tints of Razzle Dazzle Rose #FA3ACB

Color information

#FA3ACB (or 0xFA3ACB) is unknown color: approx Razzle Dazzle Rose. HEX triplet: FA, 3A and CB. RGB value is (250,58,203). Sum of RGB (Red+Green+Blue) = 250+58+203=511 (67% of max value = 765). Red value is 250 (98.05% from 255 or 48.92% from 511); Green value is 58 (23.05% from 255 or 11.35% from 511); Blue value is 203 (79.69% from 255 or 39.73% from 511); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3ACB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FA3ACB is #05C534. Grayscale: #838383. Windows color (decimal): -378165 or 13318906. OLE color: 13318906.

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

Color convert

RGB25058203-
CMYK00.770.190.02
HSL314.69º95.05%60.39%-
HSV(B)314.69º76.8%98.04%-
XYZ51.7227.6659.11-
YUV131.94168.11212.21-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 48.92%
GREEN value IS 58 (23.05% from 255) = 11.35%
BLUE value IS 203 (79.69% from 255) = 39.73%
R=48.92%
G=11.35%
B=39.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.19
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2505820300.770.190.02314.6995.0560.39
HexFA3ACB04D13213b5f3c
Octal37272313011523247313774
Binary11111010111010110010110100110110011101001110111011111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA3ACB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA3ACB; }

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

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

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

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

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

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

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

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