Html Css Color HEX #F527DD Razzle Dazzle Rose

📋 copy color: '#F527DD'

red 245 ◦ green 39 ◦ blue 221

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

Shades of Razzle Dazzle Rose #F527DD

Tints of Razzle Dazzle Rose #F527DD

RGB

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

 GREEN value IS 39 (15.63% from 255) = 7.72%

 BLUE value IS 221 (86.72% from 255) = 43.76%

R = 48.51%
G = 7.72%
B = 43.76%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.10

 K value IS 0.04

RGB Variations

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

Color information

#F527DD (or 0xF527DD) is known color: Razzle Dazzle Rose. HEX triplet: F5, 27 and DD. RGB value is (245,39,221). Sum of RGB (Red+Green+Blue) = 245+39+221=505 (66% of max value = 765). Red value is 245 (96.09% from 255 or 48.51% from 505); Green value is 39 (15.62% from 255 or 7.72% from 505); Blue value is 221 (86.72% from 255 or 43.76% from 505); Max value from RGB is 245 - color contains mainly: red. Hex color #F527DD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F527DD is #0AD822. Grayscale: #787878. Windows color (decimal): -710691 or 14493685. OLE color: 14493685.

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

Color convert

RGB 245 39 221 -
CMYK 0 0.84 0.10 0.04
HSL 306.99º 0.91% 0.56% -
HSV(B) 306.99º 0.84% 0.96% -
XYZ 51.43 26.08 70.73 -
YUV 121.34 184.25 216.2 -
System Red Green Blue C M Y K H S L
Decimal 245 39 221 0 0.84 0.10 0.04 306.99 0.91 0.56
Hex F5 27 DD 0 54 A 4 133 5B 38
Octal 365 47 335 0 124 12 4 463 133 70
Binary 11110101 100111 11011101 0 1010100 1010 100 100110011 1011011 111000

Color Harmonies of #F527DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F527DD

Black with #F527DD

Text Example


Text Example

White with #F527DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F527DD; }

 p { color: rgb(245,39,221); }

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

background-color css

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

 a { background-color: rgb(245,39,221); }

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

border-color css

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

 span { border-color: rgb(245,39,221); }

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