Html Css Color HEX #F525ED Razzle Dazzle Rose

📋 copy color: '#F525ED'

red 245 ◦ green 37 ◦ blue 237

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

Shades of Razzle Dazzle Rose #F525ED

Tints of Razzle Dazzle Rose #F525ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 45.66%

R = 47.21%
G = 7.13%
B = 45.66%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.03

 K value IS 0.04

RGB Variations

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

Color information

#F525ED (or 0xF525ED) is known color: Razzle Dazzle Rose. HEX triplet: F5, 25 and ED. RGB value is (245,37,237). Sum of RGB (Red+Green+Blue) = 245+37+237=519 (68% of max value = 765). Red value is 245 (96.09% from 255 or 47.21% from 519); Green value is 37 (14.84% from 255 or 7.13% from 519); Blue value is 237 (92.97% from 255 or 45.66% from 519); Max value from RGB is 245 - color contains mainly: red. Hex color #F525ED is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F525ED is #0ADA12. Grayscale: #797979. Windows color (decimal): -711187 or 15541749. OLE color: 15541749.

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

Color convert

RGB 245 37 237 -
CMYK 0 0.85 0.03 0.04
HSL 302.31º 0.91% 0.55% -
HSV(B) 302.31º 0.85% 0.96% -
XYZ 53.6 26.85 82.48 -
YUV 121.99 192.91 215.74 -
System Red Green Blue C M Y K H S L
Decimal 245 37 237 0 0.85 0.03 0.04 302.31 0.91 0.55
Hex F5 25 ED 0 55 3 4 12E 5B 37
Octal 365 45 355 0 125 3 4 456 133 67
Binary 11110101 100101 11101101 0 1010101 11 100 100101110 1011011 110111

Color Harmonies of #F525ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F525ED

Black with #F525ED

Text Example


Text Example

White with #F525ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F525ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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