Html Css Color HEX #F520CF Razzle Dazzle Rose

📋 copy color: '#F520CF'

red 245 ◦ green 32 ◦ blue 207

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

Shades of Razzle Dazzle Rose #F520CF

Tints of Razzle Dazzle Rose #F520CF

RGB

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

 GREEN value IS 32 (12.89% from 255) = 6.61%

 BLUE value IS 207 (81.25% from 255) = 42.77%

R = 50.62%
G = 6.61%
B = 42.77%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.16

 K value IS 0.04

RGB Variations

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

Color information

#F520CF (or 0xF520CF) is known color: Razzle Dazzle Rose. HEX triplet: F5, 20 and CF. RGB value is (245,32,207). Sum of RGB (Red+Green+Blue) = 245+32+207=484 (64% of max value = 765). Red value is 245 (96.09% from 255 or 50.62% from 484); Green value is 32 (12.89% from 255 or 6.61% from 484); Blue value is 207 (81.25% from 255 or 42.77% from 484); Max value from RGB is 245 - color contains mainly: red. Hex color #F520CF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F520CF is #0ADF30. Grayscale: #737373. Windows color (decimal): -712497 or 13574389. OLE color: 13574389.

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

Color convert

RGB 245 32 207 -
CMYK 0 0.87 0.16 0.04
HSL 310.7º 0.91% 0.54% -
HSV(B) 310.7º 0.87% 0.96% -
XYZ 49.44 24.95 61.24 -
YUV 115.64 179.57 220.27 -
System Red Green Blue C M Y K H S L
Decimal 245 32 207 0 0.87 0.16 0.04 310.7 0.91 0.54
Hex F5 20 CF 0 57 10 4 137 5B 36
Octal 365 40 317 0 127 20 4 467 133 66
Binary 11110101 100000 11001111 0 1010111 10000 100 100110111 1011011 110110

Color Harmonies of #F520CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F520CF

Black with #F520CF

Text Example


Text Example

White with #F520CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F520CF; }

 p { color: rgb(245,32,207); }

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

background-color css

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

 a { background-color: rgb(245,32,207); }

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

border-color css

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

 span { border-color: rgb(245,32,207); }

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