Html Css Color HEX #FA1EDC Razzle Dazzle Rose

📋 copy color: '#FA1EDC'

red 250 ◦ green 30 ◦ blue 220

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

Shades of Razzle Dazzle Rose #FA1EDC

Tints of Razzle Dazzle Rose #FA1EDC

RGB

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

 GREEN value IS 30 (12.11% from 255) = 6%

 BLUE value IS 220 (86.33% from 255) = 44%

R = 50%
G = 6%
B = 44%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#FA1EDC (or 0xFA1EDC) is known color: Razzle Dazzle Rose. HEX triplet: FA, 1E and DC. RGB value is (250,30,220). Sum of RGB (Red+Green+Blue) = 250+30+220=500 (66% of max value = 765). Red value is 250 (98.05% from 255 or 50% from 500); Green value is 30 (12.11% from 255 or 6% from 500); Blue value is 220 (86.33% from 255 or 44% from 500); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1EDC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FA1EDC is #05E123. Grayscale: #747474. Windows color (decimal): -385316 or 14425850. OLE color: 14425850.

HSL color Cylindrical-coordinate representation of color #FA1EDC: hue angle of 308.18º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FA1EDC is Cyan = 0, Magento = 0.88, Yellow = 0.12 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 30 220 -
CMYK 0 0.88 0.12 0.02
HSL 308.18º 0.96% 0.55% -
HSV(B) 308.18º 0.88% 0.98% -
XYZ 52.81 26.42 70.03 -
YUV 117.44 185.89 222.55 -
System Red Green Blue C M Y K H S L
Decimal 250 30 220 0 0.88 0.12 0.02 308.18 0.96 0.55
Hex FA 1E DC 0 58 C 2 134 60 37
Octal 372 36 334 0 130 14 2 464 140 67
Binary 11111010 11110 11011100 0 1011000 1100 10 100110100 1100000 110111

Color Harmonies of #FA1EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA1EDC

Black with #FA1EDC

Text Example


Text Example

White with #FA1EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA1EDC; }

 p { color: rgb(250,30,220); }

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

background-color css

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

 a { background-color: rgb(250,30,220); }

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

border-color css

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

 span { border-color: rgb(250,30,220); }

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