Html Css Color HEX #F521CD Razzle Dazzle Rose

📋 copy color: '#F521CD'

red 245 ◦ green 33 ◦ blue 205

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

Shades of Razzle Dazzle Rose #F521CD

Tints of Razzle Dazzle Rose #F521CD

RGB

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

 GREEN value IS 33 (13.28% from 255) = 6.83%

 BLUE value IS 205 (80.47% from 255) = 42.44%

R = 50.72%
G = 6.83%
B = 42.44%

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

#F521CD (or 0xF521CD) is known color: Razzle Dazzle Rose. HEX triplet: F5, 21 and CD. RGB value is (245,33,205). Sum of RGB (Red+Green+Blue) = 245+33+205=483 (63% of max value = 765). Red value is 245 (96.09% from 255 or 50.72% from 483); Green value is 33 (13.28% from 255 or 6.83% from 483); Blue value is 205 (80.47% from 255 or 42.44% from 483); Max value from RGB is 245 - color contains mainly: red. Hex color #F521CD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F521CD is #0ADE32. Grayscale: #737373. Windows color (decimal): -712243 or 13443573. OLE color: 13443573.

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

Color convert

RGB 245 33 205 -
CMYK 0 0.87 0.16 0.04
HSL 311.32º 0.91% 0.55% -
HSV(B) 311.32º 0.87% 0.96% -
XYZ 49.22 24.91 59.97 -
YUV 116 178.24 220.01 -
System Red Green Blue C M Y K H S L
Decimal 245 33 205 0 0.87 0.16 0.04 311.32 0.91 0.55
Hex F5 21 CD 0 57 10 4 137 5B 37
Octal 365 41 315 0 127 20 4 467 133 67
Binary 11110101 100001 11001101 0 1010111 10000 100 100110111 1011011 110111

Color Harmonies of #F521CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F521CD

Black with #F521CD

Text Example


Text Example

White with #F521CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F521CD; }

 p { color: rgb(245,33,205); }

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

background-color css

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

 a { background-color: rgb(245,33,205); }

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

border-color css

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

 span { border-color: rgb(245,33,205); }

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