Html Css Color HEX #FF25E5 Razzle Dazzle Rose

📋 copy color: '#FF25E5'

red 255 ◦ green 37 ◦ blue 229

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

Shades of Razzle Dazzle Rose #FF25E5

Tints of Razzle Dazzle Rose #FF25E5

RGB

 RED value IS 255 (100% from 255) = 48.94%

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

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

R = 48.94%
G = 7.1%
B = 43.95%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.10

 K value IS 0

RGB Variations

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

Color information

#FF25E5 (or 0xFF25E5) is known color: Razzle Dazzle Rose. HEX triplet: FF, 25 and E5. RGB value is (255,37,229). Sum of RGB (Red+Green+Blue) = 255+37+229=521 (69% of max value = 765). Red value is 255 (100% from 255 or 48.94% from 521); Green value is 37 (14.84% from 255 or 7.10% from 521); Blue value is 229 (89.84% from 255 or 43.95% from 521); Max value from RGB is 255 - color contains mainly: red. Hex color #FF25E5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF25E5 is #00DA1A. Grayscale: #7B7B7B. Windows color (decimal): -55835 or 15017471. OLE color: 15017471.

HSL color Cylindrical-coordinate representation of color #FF25E5: hue angle of 307.16º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FF25E5 is Cyan = 0, Magento = 0.85, Yellow = 0.10 and Black (K on CMYK) = 0.

Color convert

RGB 255 37 229 -
CMYK 0 0.85 0.10 0
HSL 307.16º 1% 0.57% -
HSV(B) 307.16º 0.85% 1% -
XYZ 56.04 28.24 76.63 -
YUV 124.07 187.22 221.39 -
System Red Green Blue C M Y K H S L
Decimal 255 37 229 0 0.85 0.10 0 307.16 1 0.57
Hex FF 25 E5 0 55 A 0 133 64 39
Octal 377 45 345 0 125 12 0 463 144 71
Binary 11111111 100101 11100101 0 1010101 1010 0 100110011 1100100 111001

Color Harmonies of #FF25E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF25E5

Black with #FF25E5

Text Example


Text Example

White with #FF25E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF25E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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