Html Css Color HEX #FA4ED2 Razzle Dazzle Rose

📋 copy color: '#FA4ED2'

red 250 ◦ green 78 ◦ blue 210

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

Shades of Razzle Dazzle Rose #FA4ED2

Tints of Razzle Dazzle Rose #FA4ED2

RGB

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

 GREEN value IS 78 (30.86% from 255) = 14.5%

 BLUE value IS 210 (82.42% from 255) = 39.03%

R = 46.47%
G = 14.5%
B = 39.03%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.16

 K value IS 0.02

RGB Variations

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

Color information

#FA4ED2 (or 0xFA4ED2) is known color: Razzle Dazzle Rose. HEX triplet: FA, 4E and D2. RGB value is (250,78,210). Sum of RGB (Red+Green+Blue) = 250+78+210=538 (71% of max value = 765). Red value is 250 (98.05% from 255 or 46.47% from 538); Green value is 78 (30.86% from 255 or 14.50% from 538); Blue value is 210 (82.42% from 255 or 39.03% from 538); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4ED2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA4ED2 is #05B12D. Grayscale: #909090. Windows color (decimal): -373038 or 13782778. OLE color: 13782778.

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

Color convert

RGB 250 78 210 -
CMYK 0 0.69 0.16 0.02
HSL 313.95º 0.95% 0.64% -
HSV(B) 313.95º 0.69% 0.98% -
XYZ 53.78 30.43 64.01 -
YUV 144.48 164.98 203.27 -
System Red Green Blue C M Y K H S L
Decimal 250 78 210 0 0.69 0.16 0.02 313.95 0.95 0.64
Hex FA 4E D2 0 45 10 2 13A 5F 40
Octal 372 116 322 0 105 20 2 472 137 100
Binary 11111010 1001110 11010010 0 1000101 10000 10 100111010 1011111 1000000

Color Harmonies of #FA4ED2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA4ED2

Black with #FA4ED2

Text Example


Text Example

White with #FA4ED2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA4ED2; }

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

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

background-color css

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

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

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

border-color css

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

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

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