Html Css Color HEX #F527DF Razzle Dazzle Rose

📋 copy color: '#F527DF'

red 245 ◦ green 39 ◦ blue 223

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

Shades of Razzle Dazzle Rose #F527DF

Tints of Razzle Dazzle Rose #F527DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 43.98%

R = 48.32%
G = 7.69%
B = 43.98%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.09

 K value IS 0.04

RGB Variations

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

Color information

#F527DF (or 0xF527DF) is known color: Razzle Dazzle Rose. HEX triplet: F5, 27 and DF. RGB value is (245,39,223). Sum of RGB (Red+Green+Blue) = 245+39+223=507 (67% of max value = 765). Red value is 245 (96.09% from 255 or 48.32% from 507); Green value is 39 (15.62% from 255 or 7.69% from 507); Blue value is 223 (87.5% from 255 or 43.98% from 507); Max value from RGB is 245 - color contains mainly: red. Hex color #F527DF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F527DF is #0AD820. Grayscale: #797979. Windows color (decimal): -710689 or 14624757. OLE color: 14624757.

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

Color convert

RGB 245 39 223 -
CMYK 0 0.84 0.09 0.04
HSL 306.41º 0.91% 0.56% -
HSV(B) 306.41º 0.84% 0.96% -
XYZ 51.7 26.19 72.14 -
YUV 121.57 185.25 216.04 -
System Red Green Blue C M Y K H S L
Decimal 245 39 223 0 0.84 0.09 0.04 306.41 0.91 0.56
Hex F5 27 DF 0 54 9 4 132 5B 38
Octal 365 47 337 0 124 11 4 462 133 70
Binary 11110101 100111 11011111 0 1010100 1001 100 100110010 1011011 111000

Color Harmonies of #F527DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F527DF

Black with #F527DF

Text Example


Text Example

White with #F527DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F527DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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