Html Css Color HEX #FA4DC6 Razzle Dazzle Rose

📋 copy color: '#FA4DC6'

red 250 ◦ green 77 ◦ blue 198

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

Shades of Razzle Dazzle Rose #FA4DC6

Tints of Razzle Dazzle Rose #FA4DC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 37.71%

R = 47.62%
G = 14.67%
B = 37.71%

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

#FA4DC6 (or 0xFA4DC6) is known color: Razzle Dazzle Rose. HEX triplet: FA, 4D and C6. RGB value is (250,77,198). Sum of RGB (Red+Green+Blue) = 250+77+198=525 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.62% from 525); Green value is 77 (30.47% from 255 or 14.67% from 525); Blue value is 198 (77.73% from 255 or 37.71% from 525); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4DC6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA4DC6 is #05B239. Grayscale: #8E8E8E. Windows color (decimal): -373306 or 12996090. OLE color: 12996090.

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

Color convert

RGB 250 77 198 -
CMYK 0 0.69 0.21 0.02
HSL 318.03º 0.95% 0.64% -
HSV(B) 318.03º 0.69% 0.98% -
XYZ 52.27 29.71 56.41 -
YUV 142.52 159.31 204.66 -
System Red Green Blue C M Y K H S L
Decimal 250 77 198 0 0.69 0.21 0.02 318.03 0.95 0.64
Hex FA 4D C6 0 45 15 2 13E 5F 40
Octal 372 115 306 0 105 25 2 476 137 100
Binary 11111010 1001101 11000110 0 1000101 10101 10 100111110 1011111 1000000

Color Harmonies of #FA4DC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA4DC6

Black with #FA4DC6

Text Example


Text Example

White with #FA4DC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA4DC6; }

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

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

background-color css

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

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

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

border-color css

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

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

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