Html Css Color HEX #FA2EE5 Razzle Dazzle Rose

📋 copy color: '#FA2EE5'

red 250 ◦ green 46 ◦ blue 229

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

Shades of Razzle Dazzle Rose #FA2EE5

Tints of Razzle Dazzle Rose #FA2EE5

RGB

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

 GREEN value IS 46 (18.36% from 255) = 8.76%

 BLUE value IS 229 (89.84% from 255) = 43.62%

R = 47.62%
G = 8.76%
B = 43.62%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.08

 K value IS 0.02

RGB Variations

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

Color information

#FA2EE5 (or 0xFA2EE5) is known color: Razzle Dazzle Rose. HEX triplet: FA, 2E and E5. RGB value is (250,46,229). Sum of RGB (Red+Green+Blue) = 250+46+229=525 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.62% from 525); Green value is 46 (18.36% from 255 or 8.76% from 525); Blue value is 229 (89.84% from 255 or 43.62% from 525); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2EE5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FA2EE5 is #05D11A. Grayscale: #7F7F7F. Windows color (decimal): -381211 or 15019770. OLE color: 15019770.

HSL color Cylindrical-coordinate representation of color #FA2EE5: hue angle of 306.18º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FA2EE5 is Cyan = 0, Magento = 0.82, Yellow = 0.08 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 46 229 -
CMYK 0 0.82 0.08 0.02
HSL 306.18º 0.95% 0.58% -
HSV(B) 306.18º 0.82% 0.98% -
XYZ 54.54 27.94 76.65 -
YUV 127.86 185.09 215.12 -
System Red Green Blue C M Y K H S L
Decimal 250 46 229 0 0.82 0.08 0.02 306.18 0.95 0.58
Hex FA 2E E5 0 52 8 2 132 5F 3A
Octal 372 56 345 0 122 10 2 462 137 72
Binary 11111010 101110 11100101 0 1010010 1000 10 100110010 1011111 111010

Color Harmonies of #FA2EE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA2EE5

Black with #FA2EE5

Text Example


Text Example

White with #FA2EE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA2EE5; }

 p { color: rgb(250,46,229); }

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

background-color css

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

 a { background-color: rgb(250,46,229); }

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

border-color css

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

 span { border-color: rgb(250,46,229); }

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