Html Css Color HEX #FF25EF Razzle Dazzle Rose

📋 copy color: '#FF25EF'

red 255 ◦ green 37 ◦ blue 239

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

Shades of Razzle Dazzle Rose #FF25EF

Tints of Razzle Dazzle Rose #FF25EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 45.01%

R = 48.02%
G = 6.97%
B = 45.01%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.06

 K value IS 0

RGB Variations

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

Color information

#FF25EF (or 0xFF25EF) is known color: Razzle Dazzle Rose. HEX triplet: FF, 25 and EF. RGB value is (255,37,239). Sum of RGB (Red+Green+Blue) = 255+37+239=531 (70% of max value = 765). Red value is 255 (100% from 255 or 48.02% from 531); Green value is 37 (14.84% from 255 or 6.97% from 531); Blue value is 239 (93.75% from 255 or 45.01% from 531); Max value from RGB is 255 - color contains mainly: red. Hex color #FF25EF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FF25EF is #00DA10. Grayscale: #7C7C7C. Windows color (decimal): -55825 or 15672831. OLE color: 15672831.

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

Color convert

RGB 255 37 239 -
CMYK 0 0.85 0.06 0
HSL 304.4º 1% 0.57% -
HSV(B) 304.4º 0.85% 1% -
XYZ 57.48 28.82 84.19 -
YUV 125.21 192.22 220.57 -
System Red Green Blue C M Y K H S L
Decimal 255 37 239 0 0.85 0.06 0 304.4 1 0.57
Hex FF 25 EF 0 55 6 0 130 64 39
Octal 377 45 357 0 125 6 0 460 144 71
Binary 11111111 100101 11101111 0 1010101 110 0 100110000 1100100 111001

Color Harmonies of #FF25EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF25EF

Black with #FF25EF

Text Example


Text Example

White with #FF25EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF25EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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