Html Css Color HEX #FD25C8 Razzle Dazzle Rose

📋 copy color: '#FD25C8'

red 253 ◦ green 37 ◦ blue 200

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

Shades of Razzle Dazzle Rose #FD25C8

Tints of Razzle Dazzle Rose #FD25C8

RGB

 RED value IS 253 (99.22% from 255) = 51.63%

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

 BLUE value IS 200 (78.52% from 255) = 40.82%

R = 51.63%
G = 7.55%
B = 40.82%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.21

 K value IS 0.01

RGB Variations

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

Color information

#FD25C8 (or 0xFD25C8) is known color: Razzle Dazzle Rose. HEX triplet: FD, 25 and C8. RGB value is (253,37,200). Sum of RGB (Red+Green+Blue) = 253+37+200=490 (64% of max value = 765). Red value is 253 (99.22% from 255 or 51.63% from 490); Green value is 37 (14.84% from 255 or 7.55% from 490); Blue value is 200 (78.52% from 255 or 40.82% from 490); Max value from RGB is 253 - color contains mainly: red. Hex color #FD25C8 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FD25C8 is #02DA37. Grayscale: #777777. Windows color (decimal): -186936 or 13116925. OLE color: 13116925.

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

Color convert

RGB 253 37 200 -
CMYK 0 0.85 0.21 0.01
HSL 314.72º 0.98% 0.57% -
HSV(B) 314.72º 0.85% 0.99% -
XYZ 51.59 26.38 57.02 -
YUV 120.17 173.06 222.75 -
System Red Green Blue C M Y K H S L
Decimal 253 37 200 0 0.85 0.21 0.01 314.72 0.98 0.57
Hex FD 25 C8 0 55 15 1 13B 62 39
Octal 375 45 310 0 125 25 1 473 142 71
Binary 11111101 100101 11001000 0 1010101 10101 1 100111011 1100010 111001

Color Harmonies of #FD25C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD25C8

Black with #FD25C8

Text Example


Text Example

White with #FD25C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD25C8; }

 p { color: rgb(253,37,200); }

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

background-color css

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

 a { background-color: rgb(253,37,200); }

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

border-color css

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

 span { border-color: rgb(253,37,200); }

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