Html Css Color HEX #FF25D6 Razzle Dazzle Rose

📋 copy color: '#FF25D6'

red 255 ◦ green 37 ◦ blue 214

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

Shades of Razzle Dazzle Rose #FF25D6

Tints of Razzle Dazzle Rose #FF25D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 42.29%

R = 50.4%
G = 7.31%
B = 42.29%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.16

 K value IS 0

RGB Variations

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

Color information

#FF25D6 (or 0xFF25D6) is known color: Razzle Dazzle Rose. HEX triplet: FF, 25 and D6. RGB value is (255,37,214). Sum of RGB (Red+Green+Blue) = 255+37+214=506 (67% of max value = 765). Red value is 255 (100% from 255 or 50.40% from 506); Green value is 37 (14.84% from 255 or 7.31% from 506); Blue value is 214 (83.98% from 255 or 42.29% from 506); Max value from RGB is 255 - color contains mainly: red. Hex color #FF25D6 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF25D6 is #00DA29. Grayscale: #797979. Windows color (decimal): -55850 or 14034431. OLE color: 14034431.

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

Color convert

RGB 255 37 214 -
CMYK 0 0.85 0.16 0
HSL 311.28º 1% 0.57% -
HSV(B) 311.28º 0.85% 1% -
XYZ 54.04 27.44 66.07 -
YUV 122.36 179.72 222.61 -
System Red Green Blue C M Y K H S L
Decimal 255 37 214 0 0.85 0.16 0 311.28 1 0.57
Hex FF 25 D6 0 55 10 0 137 64 39
Octal 377 45 326 0 125 20 0 467 144 71
Binary 11111111 100101 11010110 0 1010101 10000 0 100110111 1100100 111001

Color Harmonies of #FF25D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF25D6

Black with #FF25D6

Text Example


Text Example

White with #FF25D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF25D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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