Html Css Color HEX #FA4DCC Razzle Dazzle Rose

📋 copy color: '#FA4DCC'

red 250 ◦ green 77 ◦ blue 204

#FA4DCC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Razzle Dazzle Rose #FA4DCC

Tints of Razzle Dazzle Rose #FA4DCC

RGB

 RED value IS 250 (98.05% from 255) = 47.08%

 GREEN value IS 77 (30.47% from 255) = 14.5%

 BLUE value IS 204 (80.08% from 255) = 38.42%

R = 47.08%
G = 14.5%
B = 38.42%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.18

 K value IS 0.02

RGB Variations

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

Color information

#FA4DCC (or 0xFA4DCC) is known color: Razzle Dazzle Rose. HEX triplet: FA, 4D and CC. RGB value is (250,77,204). Sum of RGB (Red+Green+Blue) = 250+77+204=531 (70% of max value = 765). Red value is 250 (98.05% from 255 or 47.08% from 531); Green value is 77 (30.47% from 255 or 14.50% from 531); Blue value is 204 (80.08% from 255 or 38.42% from 531); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4DCC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA4DCC is #05B233. Grayscale: #8E8E8E. Windows color (decimal): -373300 or 13389306. OLE color: 13389306.

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

Color convert

RGB 250 77 204 -
CMYK 0 0.69 0.18 0.02
HSL 315.95º 0.95% 0.64% -
HSV(B) 315.95º 0.69% 0.98% -
XYZ 52.98 29.99 60.12 -
YUV 143.21 162.31 204.17 -
System Red Green Blue C M Y K H S L
Decimal 250 77 204 0 0.69 0.18 0.02 315.95 0.95 0.64
Hex FA 4D CC 0 45 12 2 13C 5F 40
Octal 372 115 314 0 105 22 2 474 137 100
Binary 11111010 1001101 11001100 0 1000101 10010 10 100111100 1011111 1000000

Color Harmonies of #FA4DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA4DCC

Black with #FA4DCC

Text Example


Text Example

White with #FA4DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA4DCC; }

 p { color: rgb(250,77,204); }

 H1.HeaderClassName
 {
   color: #FA4DCC;
 }
 .AnyTagClassName
 {
   color: #FA4DCC;
 }
</style>

background-color css

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

 a { background-color: rgb(250,77,204); }

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

border-color css

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

 span { border-color: rgb(250,77,204); }

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