Html Css Color HEX #FA29E5 Razzle Dazzle Rose

📋 copy color: '#FA29E5'

red 250 ◦ green 41 ◦ blue 229

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

Shades of Razzle Dazzle Rose #FA29E5

Tints of Razzle Dazzle Rose #FA29E5

RGB

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

 GREEN value IS 41 (16.41% from 255) = 7.88%

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

R = 48.08%
G = 7.88%
B = 44.04%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.08

 K value IS 0.02

RGB Variations

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

Color information

#FA29E5 (or 0xFA29E5) is known color: Razzle Dazzle Rose. HEX triplet: FA, 29 and E5. RGB value is (250,41,229). Sum of RGB (Red+Green+Blue) = 250+41+229=520 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.08% from 520); Green value is 41 (16.41% from 255 or 7.88% from 520); Blue value is 229 (89.84% from 255 or 44.04% from 520); Max value from RGB is 250 - color contains mainly: red. Hex color #FA29E5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FA29E5 is #05D61A. Grayscale: #7C7C7C. Windows color (decimal): -382491 or 15018490. OLE color: 15018490.

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

Color convert

RGB 250 41 229 -
CMYK 0 0.84 0.08 0.02
HSL 306.03º 0.95% 0.57% -
HSV(B) 306.03º 0.84% 0.98% -
XYZ 54.36 27.57 76.58 -
YUV 124.92 186.74 217.21 -
System Red Green Blue C M Y K H S L
Decimal 250 41 229 0 0.84 0.08 0.02 306.03 0.95 0.57
Hex FA 29 E5 0 54 8 2 132 5F 39
Octal 372 51 345 0 124 10 2 462 137 71
Binary 11111010 101001 11100101 0 1010100 1000 10 100110010 1011111 111001

Color Harmonies of #FA29E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA29E5

Black with #FA29E5

Text Example


Text Example

White with #FA29E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA29E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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