Html Css Color HEX #FA25E5 Razzle Dazzle Rose

📋 copy color: '#FA25E5'

red 250 ◦ green 37 ◦ blue 229

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

Shades of Razzle Dazzle Rose #FA25E5

Tints of Razzle Dazzle Rose #FA25E5

RGB

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

 GREEN value IS 37 (14.84% from 255) = 7.17%

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

R = 48.45%
G = 7.17%
B = 44.38%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.08

 K value IS 0.02

RGB Variations

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

Color information

#FA25E5 (or 0xFA25E5) is known color: Razzle Dazzle Rose. HEX triplet: FA, 25 and E5. RGB value is (250,37,229). Sum of RGB (Red+Green+Blue) = 250+37+229=516 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.45% from 516); Green value is 37 (14.84% from 255 or 7.17% from 516); Blue value is 229 (89.84% from 255 or 44.38% from 516); Max value from RGB is 250 - color contains mainly: red. Hex color #FA25E5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FA25E5 is #05DA1A. Grayscale: #7A7A7A. Windows color (decimal): -383515 or 15017466. OLE color: 15017466.

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

Color convert

RGB 250 37 229 -
CMYK 0 0.85 0.08 0.02
HSL 305.92º 0.96% 0.56% -
HSV(B) 305.92º 0.85% 0.98% -
XYZ 54.23 27.3 76.54 -
YUV 122.58 188.07 218.89 -
System Red Green Blue C M Y K H S L
Decimal 250 37 229 0 0.85 0.08 0.02 305.92 0.96 0.56
Hex FA 25 E5 0 55 8 2 132 60 38
Octal 372 45 345 0 125 10 2 462 140 70
Binary 11111010 100101 11100101 0 1010101 1000 10 100110010 1100000 111000

Color Harmonies of #FA25E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA25E5

Black with #FA25E5

Text Example


Text Example

White with #FA25E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA25E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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