Html Css Color HEX #FA1EDF Razzle Dazzle Rose

📋 copy color: '#FA1EDF'

red 250 ◦ green 30 ◦ blue 223

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

Shades of Razzle Dazzle Rose #FA1EDF

Tints of Razzle Dazzle Rose #FA1EDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 44.33%

R = 49.7%
G = 5.96%
B = 44.33%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.11

 K value IS 0.02

RGB Variations

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

Color information

#FA1EDF (or 0xFA1EDF) is known color: Razzle Dazzle Rose. HEX triplet: FA, 1E and DF. RGB value is (250,30,223). Sum of RGB (Red+Green+Blue) = 250+30+223=503 (66% of max value = 765). Red value is 250 (98.05% from 255 or 49.70% from 503); Green value is 30 (12.11% from 255 or 5.96% from 503); Blue value is 223 (87.5% from 255 or 44.33% from 503); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1EDF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FA1EDF is #05E120. Grayscale: #757575. Windows color (decimal): -385313 or 14622458. OLE color: 14622458.

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

Color convert

RGB 250 30 223 -
CMYK 0 0.88 0.11 0.02
HSL 307.36º 0.96% 0.55% -
HSV(B) 307.36º 0.88% 0.98% -
XYZ 53.21 26.58 72.14 -
YUV 117.78 187.39 222.31 -
System Red Green Blue C M Y K H S L
Decimal 250 30 223 0 0.88 0.11 0.02 307.36 0.96 0.55
Hex FA 1E DF 0 58 B 2 133 60 37
Octal 372 36 337 0 130 13 2 463 140 67
Binary 11111010 11110 11011111 0 1011000 1011 10 100110011 1100000 110111

Color Harmonies of #FA1EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA1EDF

Black with #FA1EDF

Text Example


Text Example

White with #FA1EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA1EDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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