Html Css Color HEX #FA1ED3 Razzle Dazzle Rose

📋 copy color: '#FA1ED3'

red 250 ◦ green 30 ◦ blue 211

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

Shades of Razzle Dazzle Rose #FA1ED3

Tints of Razzle Dazzle Rose #FA1ED3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 42.97%

R = 50.92%
G = 6.11%
B = 42.97%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.16

 K value IS 0.02

RGB Variations

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

Color information

#FA1ED3 (or 0xFA1ED3) is known color: Razzle Dazzle Rose. HEX triplet: FA, 1E and D3. RGB value is (250,30,211). Sum of RGB (Red+Green+Blue) = 250+30+211=491 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.92% from 491); Green value is 30 (12.11% from 255 or 6.11% from 491); Blue value is 211 (82.81% from 255 or 42.97% from 491); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1ED3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FA1ED3 is #05E12C. Grayscale: #737373. Windows color (decimal): -385325 or 13836026. OLE color: 13836026.

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

Color convert

RGB 250 30 211 -
CMYK 0 0.88 0.16 0.02
HSL 310.64º 0.96% 0.55% -
HSV(B) 310.64º 0.88% 0.98% -
XYZ 51.65 25.96 63.92 -
YUV 116.41 181.39 223.28 -
System Red Green Blue C M Y K H S L
Decimal 250 30 211 0 0.88 0.16 0.02 310.64 0.96 0.55
Hex FA 1E D3 0 58 10 2 137 60 37
Octal 372 36 323 0 130 20 2 467 140 67
Binary 11111010 11110 11010011 0 1011000 10000 10 100110111 1100000 110111

Color Harmonies of #FA1ED3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA1ED3

Black with #FA1ED3

Text Example


Text Example

White with #FA1ED3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA1ED3; }

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

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

background-color css

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

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

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

border-color css

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

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

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