Html Css Color HEX #FA4ED4 Razzle Dazzle Rose

📋 copy color: '#FA4ED4'

red 250 ◦ green 78 ◦ blue 212

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

Shades of Razzle Dazzle Rose #FA4ED4

Tints of Razzle Dazzle Rose #FA4ED4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 39.26%

R = 46.3%
G = 14.44%
B = 39.26%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.15

 K value IS 0.02

RGB Variations

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

Color information

#FA4ED4 (or 0xFA4ED4) is known color: Razzle Dazzle Rose. HEX triplet: FA, 4E and D4. RGB value is (250,78,212). Sum of RGB (Red+Green+Blue) = 250+78+212=540 (71% of max value = 765). Red value is 250 (98.05% from 255 or 46.30% from 540); Green value is 78 (30.86% from 255 or 14.44% from 540); Blue value is 212 (83.20% from 255 or 39.26% from 540); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4ED4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA4ED4 is #05B12B. Grayscale: #909090. Windows color (decimal): -373036 or 13913850. OLE color: 13913850.

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

Color convert

RGB 250 78 212 -
CMYK 0 0.69 0.15 0.02
HSL 313.26º 0.95% 0.64% -
HSV(B) 313.26º 0.69% 0.98% -
XYZ 54.03 30.53 65.33 -
YUV 144.7 165.98 203.1 -
System Red Green Blue C M Y K H S L
Decimal 250 78 212 0 0.69 0.15 0.02 313.26 0.95 0.64
Hex FA 4E D4 0 45 F 2 139 5F 40
Octal 372 116 324 0 105 17 2 471 137 100
Binary 11111010 1001110 11010100 0 1000101 1111 10 100111001 1011111 1000000

Color Harmonies of #FA4ED4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA4ED4

Black with #FA4ED4

Text Example


Text Example

White with #FA4ED4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA4ED4; }

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

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

background-color css

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

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

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

border-color css

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

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

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