Html Css Color HEX #FF25E4 Razzle Dazzle Rose

📋 copy color: '#FF25E4'

red 255 ◦ green 37 ◦ blue 228

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

Shades of Razzle Dazzle Rose #FF25E4

Tints of Razzle Dazzle Rose #FF25E4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 43.85%

R = 49.04%
G = 7.12%
B = 43.85%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.11

 K value IS 0

RGB Variations

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

Color information

#FF25E4 (or 0xFF25E4) is known color: Razzle Dazzle Rose. HEX triplet: FF, 25 and E4. RGB value is (255,37,228). Sum of RGB (Red+Green+Blue) = 255+37+228=520 (68% of max value = 765). Red value is 255 (100% from 255 or 49.04% from 520); Green value is 37 (14.84% from 255 or 7.12% from 520); Blue value is 228 (89.45% from 255 or 43.85% from 520); Max value from RGB is 255 - color contains mainly: red. Hex color #FF25E4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF25E4 is #00DA1B. Grayscale: #7B7B7B. Windows color (decimal): -55836 or 14951935. OLE color: 14951935.

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

Color convert

RGB 255 37 228 -
CMYK 0 0.85 0.11 0
HSL 307.43º 1% 0.57% -
HSV(B) 307.43º 0.85% 1% -
XYZ 55.91 28.18 75.89 -
YUV 123.96 186.72 221.47 -
System Red Green Blue C M Y K H S L
Decimal 255 37 228 0 0.85 0.11 0 307.43 1 0.57
Hex FF 25 E4 0 55 B 0 133 64 39
Octal 377 45 344 0 125 13 0 463 144 71
Binary 11111111 100101 11100100 0 1010101 1011 0 100110011 1100100 111001

Color Harmonies of #FF25E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF25E4

Black with #FF25E4

Text Example


Text Example

White with #FF25E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF25E4; }

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

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

background-color css

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

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

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

border-color css

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

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

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