Html Css Color HEX #F525CC Razzle Dazzle Rose

📋 copy color: '#F525CC'

red 245 ◦ green 37 ◦ blue 204

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

Shades of Razzle Dazzle Rose #F525CC

Tints of Razzle Dazzle Rose #F525CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 41.98%

R = 50.41%
G = 7.61%
B = 41.98%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.17

 K value IS 0.04

RGB Variations

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

Color information

#F525CC (or 0xF525CC) is known color: Razzle Dazzle Rose. HEX triplet: F5, 25 and CC. RGB value is (245,37,204). Sum of RGB (Red+Green+Blue) = 245+37+204=486 (64% of max value = 765). Red value is 245 (96.09% from 255 or 50.41% from 486); Green value is 37 (14.84% from 255 or 7.61% from 486); Blue value is 204 (80.08% from 255 or 41.98% from 486); Max value from RGB is 245 - color contains mainly: red. Hex color #F525CC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F525CC is #0ADA33. Grayscale: #757575. Windows color (decimal): -711220 or 13379061. OLE color: 13379061.

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

Color convert

RGB 245 37 204 -
CMYK 0 0.85 0.17 0.04
HSL 311.83º 0.91% 0.55% -
HSV(B) 311.83º 0.85% 0.96% -
XYZ 49.22 25.1 59.38 -
YUV 118.23 176.41 218.42 -
System Red Green Blue C M Y K H S L
Decimal 245 37 204 0 0.85 0.17 0.04 311.83 0.91 0.55
Hex F5 25 CC 0 55 11 4 138 5B 37
Octal 365 45 314 0 125 21 4 470 133 67
Binary 11110101 100101 11001100 0 1010101 10001 100 100111000 1011011 110111

Color Harmonies of #F525CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F525CC

Black with #F525CC

Text Example


Text Example

White with #F525CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F525CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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