Html Css Color HEX #F525DA Razzle Dazzle Rose

📋 copy color: '#F525DA'

red 245 ◦ green 37 ◦ blue 218

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

Shades of Razzle Dazzle Rose #F525DA

Tints of Razzle Dazzle Rose #F525DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 43.6%

R = 49%
G = 7.4%
B = 43.6%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.11

 K value IS 0.04

RGB Variations

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

Color information

#F525DA (or 0xF525DA) is known color: Razzle Dazzle Rose. HEX triplet: F5, 25 and DA. RGB value is (245,37,218). Sum of RGB (Red+Green+Blue) = 245+37+218=500 (66% of max value = 765). Red value is 245 (96.09% from 255 or 49% from 500); Green value is 37 (14.84% from 255 or 7.4% from 500); Blue value is 218 (85.55% from 255 or 43.6% from 500); Max value from RGB is 245 - color contains mainly: red. Hex color #F525DA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F525DA is #0ADA25. Grayscale: #777777. Windows color (decimal): -711206 or 14296565. OLE color: 14296565.

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

Color convert

RGB 245 37 218 -
CMYK 0 0.85 0.11 0.04
HSL 307.79º 0.91% 0.55% -
HSV(B) 307.79º 0.85% 0.96% -
XYZ 50.97 25.8 68.62 -
YUV 119.83 183.41 217.28 -
System Red Green Blue C M Y K H S L
Decimal 245 37 218 0 0.85 0.11 0.04 307.79 0.91 0.55
Hex F5 25 DA 0 55 B 4 134 5B 37
Octal 365 45 332 0 125 13 4 464 133 67
Binary 11110101 100101 11011010 0 1010101 1011 100 100110100 1011011 110111

Color Harmonies of #F525DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F525DA

Black with #F525DA

Text Example


Text Example

White with #F525DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F525DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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