Html Css Color HEX #F529D8 Razzle Dazzle Rose

📋 copy color: '#F529D8'

red 245 ◦ green 41 ◦ blue 216

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

Shades of Razzle Dazzle Rose #F529D8

Tints of Razzle Dazzle Rose #F529D8

RGB

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

 GREEN value IS 41 (16.41% from 255) = 8.17%

 BLUE value IS 216 (84.77% from 255) = 43.03%

R = 48.8%
G = 8.17%
B = 43.03%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.12

 K value IS 0.04

RGB Variations

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

Color information

#F529D8 (or 0xF529D8) is known color: Razzle Dazzle Rose. HEX triplet: F5, 29 and D8. RGB value is (245,41,216). Sum of RGB (Red+Green+Blue) = 245+41+216=502 (66% of max value = 765). Red value is 245 (96.09% from 255 or 48.80% from 502); Green value is 41 (16.41% from 255 or 8.17% from 502); Blue value is 216 (84.77% from 255 or 43.03% from 502); Max value from RGB is 245 - color contains mainly: red. Hex color #F529D8 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F529D8 is #0AD627. Grayscale: #797979. Windows color (decimal): -710184 or 14166517. OLE color: 14166517.

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

Color convert

RGB 245 41 216 -
CMYK 0 0.83 0.12 0.04
HSL 308.53º 0.91% 0.56% -
HSV(B) 308.53º 0.83% 0.96% -
XYZ 50.84 25.96 67.3 -
YUV 121.95 181.09 215.77 -
System Red Green Blue C M Y K H S L
Decimal 245 41 216 0 0.83 0.12 0.04 308.53 0.91 0.56
Hex F5 29 D8 0 53 C 4 135 5B 38
Octal 365 51 330 0 123 14 4 465 133 70
Binary 11110101 101001 11011000 0 1010011 1100 100 100110101 1011011 111000

Color Harmonies of #F529D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F529D8

Black with #F529D8

Text Example


Text Example

White with #F529D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F529D8; }

 p { color: rgb(245,41,216); }

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

background-color css

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

 a { background-color: rgb(245,41,216); }

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

border-color css

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

 span { border-color: rgb(245,41,216); }

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