Html Css Color HEX #FA4DC5 Razzle Dazzle Rose

📋 copy color: '#FA4DC5'

red 250 ◦ green 77 ◦ blue 197

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

Shades of Razzle Dazzle Rose #FA4DC5

Tints of Razzle Dazzle Rose #FA4DC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 37.6%

R = 47.71%
G = 14.69%
B = 37.6%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.21

 K value IS 0.02

RGB Variations

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

Color information

#FA4DC5 (or 0xFA4DC5) is known color: Razzle Dazzle Rose. HEX triplet: FA, 4D and C5. RGB value is (250,77,197). Sum of RGB (Red+Green+Blue) = 250+77+197=524 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.71% from 524); Green value is 77 (30.47% from 255 or 14.69% from 524); Blue value is 197 (77.34% from 255 or 37.60% from 524); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4DC5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA4DC5 is #05B23A. Grayscale: #8E8E8E. Windows color (decimal): -373307 or 12930554. OLE color: 12930554.

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

Color convert

RGB 250 77 197 -
CMYK 0 0.69 0.21 0.02
HSL 318.38º 0.95% 0.64% -
HSV(B) 318.38º 0.69% 0.98% -
XYZ 52.16 29.66 55.8 -
YUV 142.41 158.81 204.74 -
System Red Green Blue C M Y K H S L
Decimal 250 77 197 0 0.69 0.21 0.02 318.38 0.95 0.64
Hex FA 4D C5 0 45 15 2 13E 5F 40
Octal 372 115 305 0 105 25 2 476 137 100
Binary 11111010 1001101 11000101 0 1000101 10101 10 100111110 1011111 1000000

Color Harmonies of #FA4DC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA4DC5

Black with #FA4DC5

Text Example


Text Example

White with #FA4DC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA4DC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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