Html Css Color HEX #F539D4 Razzle Dazzle Rose

📋 copy color: '#F539D4'

red 245 ◦ green 57 ◦ blue 212

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

Shades of Razzle Dazzle Rose #F539D4

Tints of Razzle Dazzle Rose #F539D4

RGB

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

 GREEN value IS 57 (22.66% from 255) = 11.09%

 BLUE value IS 212 (83.2% from 255) = 41.25%

R = 47.67%
G = 11.09%
B = 41.25%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.13

 K value IS 0.04

RGB Variations

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

Color information

#F539D4 (or 0xF539D4) is known color: Razzle Dazzle Rose. HEX triplet: F5, 39 and D4. RGB value is (245,57,212). Sum of RGB (Red+Green+Blue) = 245+57+212=514 (68% of max value = 765). Red value is 245 (96.09% from 255 or 47.67% from 514); Green value is 57 (22.66% from 255 or 11.09% from 514); Blue value is 212 (83.20% from 255 or 41.25% from 514); Max value from RGB is 245 - color contains mainly: red. Hex color #F539D4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F539D4 is #0AC62B. Grayscale: #828282. Windows color (decimal): -706092 or 13908469. OLE color: 13908469.

HSL color Cylindrical-coordinate representation of color #F539D4: hue angle of 310.53º degrees, saturation: 0.9, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F539D4 is Cyan = 0, Magento = 0.77, Yellow = 0.13 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 57 212 -
CMYK 0 0.77 0.13 0.04
HSL 310.53º 0.9% 0.59% -
HSV(B) 310.53º 0.77% 0.96% -
XYZ 51 27.09 64.83 -
YUV 130.88 173.78 209.4 -
System Red Green Blue C M Y K H S L
Decimal 245 57 212 0 0.77 0.13 0.04 310.53 0.9 0.59
Hex F5 39 D4 0 4D D 4 137 5A 3B
Octal 365 71 324 0 115 15 4 467 132 73
Binary 11110101 111001 11010100 0 1001101 1101 100 100110111 1011010 111011

Color Harmonies of #F539D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F539D4

Black with #F539D4

Text Example


Text Example

White with #F539D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F539D4; }

 p { color: rgb(245,57,212); }

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

background-color css

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

 a { background-color: rgb(245,57,212); }

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

border-color css

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

 span { border-color: rgb(245,57,212); }

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