Html Css Color HEX #F525CD Razzle Dazzle Rose

📋 copy color: '#F525CD'

red 245 ◦ green 37 ◦ blue 205

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

Shades of Razzle Dazzle Rose #F525CD

Tints of Razzle Dazzle Rose #F525CD

RGB

 RED value IS 245 (96.09% from 255) = 50.31%

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

 BLUE value IS 205 (80.47% from 255) = 42.09%

R = 50.31%
G = 7.6%
B = 42.09%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.16

 K value IS 0.04

RGB Variations

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

Color information

#F525CD (or 0xF525CD) is known color: Razzle Dazzle Rose. HEX triplet: F5, 25 and CD. RGB value is (245,37,205). Sum of RGB (Red+Green+Blue) = 245+37+205=487 (64% of max value = 765). Red value is 245 (96.09% from 255 or 50.31% from 487); Green value is 37 (14.84% from 255 or 7.60% from 487); Blue value is 205 (80.47% from 255 or 42.09% from 487); Max value from RGB is 245 - color contains mainly: red. Hex color #F525CD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F525CD is #0ADA32. Grayscale: #757575. Windows color (decimal): -711219 or 13444597. OLE color: 13444597.

HSL color Cylindrical-coordinate representation of color #F525CD: hue angle of 311.54º degrees, saturation: 0.91, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F525CD is Cyan = 0, Magento = 0.85, Yellow = 0.16 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 37 205 -
CMYK 0 0.85 0.16 0.04
HSL 311.54º 0.91% 0.55% -
HSV(B) 311.54º 0.85% 0.96% -
XYZ 49.34 25.14 60.01 -
YUV 118.34 176.91 218.34 -
System Red Green Blue C M Y K H S L
Decimal 245 37 205 0 0.85 0.16 0.04 311.54 0.91 0.55
Hex F5 25 CD 0 55 10 4 138 5B 37
Octal 365 45 315 0 125 20 4 470 133 67
Binary 11110101 100101 11001101 0 1010101 10000 100 100111000 1011011 110111

Color Harmonies of #F525CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F525CD

Black with #F525CD

Text Example


Text Example

White with #F525CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F525CD; }

 p { color: rgb(245,37,205); }

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

background-color css

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

 a { background-color: rgb(245,37,205); }

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

border-color css

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

 span { border-color: rgb(245,37,205); }

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