Html Css Color HEX #FA1EDA Razzle Dazzle Rose

📋 copy color: '#FA1EDA'

red 250 ◦ green 30 ◦ blue 218

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

Shades of Razzle Dazzle Rose #FA1EDA

Tints of Razzle Dazzle Rose #FA1EDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 43.78%

R = 50.2%
G = 6.02%
B = 43.78%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.13

 K value IS 0.02

RGB Variations

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

Color information

#FA1EDA (or 0xFA1EDA) is known color: Razzle Dazzle Rose. HEX triplet: FA, 1E and DA. RGB value is (250,30,218). Sum of RGB (Red+Green+Blue) = 250+30+218=498 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.20% from 498); Green value is 30 (12.11% from 255 or 6.02% from 498); Blue value is 218 (85.55% from 255 or 43.78% from 498); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1EDA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FA1EDA is #05E125. Grayscale: #747474. Windows color (decimal): -385318 or 14294778. OLE color: 14294778.

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

Color convert

RGB 250 30 218 -
CMYK 0 0.88 0.13 0.02
HSL 308.73º 0.96% 0.55% -
HSV(B) 308.73º 0.88% 0.98% -
XYZ 52.54 26.31 68.64 -
YUV 117.21 184.89 222.71 -
System Red Green Blue C M Y K H S L
Decimal 250 30 218 0 0.88 0.13 0.02 308.73 0.96 0.55
Hex FA 1E DA 0 58 D 2 135 60 37
Octal 372 36 332 0 130 15 2 465 140 67
Binary 11111010 11110 11011010 0 1011000 1101 10 100110101 1100000 110111

Color Harmonies of #FA1EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA1EDA

Black with #FA1EDA

Text Example


Text Example

White with #FA1EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA1EDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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