Html Css Color HEX #F529C6 Razzle Dazzle Rose

📋 copy color: '#F529C6'

red 245 ◦ green 41 ◦ blue 198

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

Shades of Razzle Dazzle Rose #F529C6

Tints of Razzle Dazzle Rose #F529C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 40.91%

R = 50.62%
G = 8.47%
B = 40.91%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.19

 K value IS 0.04

RGB Variations

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

Color information

#F529C6 (or 0xF529C6) is known color: Razzle Dazzle Rose. HEX triplet: F5, 29 and C6. RGB value is (245,41,198). Sum of RGB (Red+Green+Blue) = 245+41+198=484 (64% of max value = 765). Red value is 245 (96.09% from 255 or 50.62% from 484); Green value is 41 (16.41% from 255 or 8.47% from 484); Blue value is 198 (77.73% from 255 or 40.91% from 484); Max value from RGB is 245 - color contains mainly: red. Hex color #F529C6 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F529C6 is #0AD639. Grayscale: #777777. Windows color (decimal): -710202 or 12986869. OLE color: 12986869.

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

Color convert

RGB 245 41 198 -
CMYK 0 0.83 0.19 0.04
HSL 313.82º 0.91% 0.56% -
HSV(B) 313.82º 0.83% 0.96% -
XYZ 48.64 25.08 55.7 -
YUV 119.89 172.09 217.23 -
System Red Green Blue C M Y K H S L
Decimal 245 41 198 0 0.83 0.19 0.04 313.82 0.91 0.56
Hex F5 29 C6 0 53 13 4 13A 5B 38
Octal 365 51 306 0 123 23 4 472 133 70
Binary 11110101 101001 11000110 0 1010011 10011 100 100111010 1011011 111000

Color Harmonies of #F529C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F529C6

Black with #F529C6

Text Example


Text Example

White with #F529C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F529C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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