Html Css Color HEX #F530EC Razzle Dazzle Rose

📋 copy color: '#F530EC'

red 245 ◦ green 48 ◦ blue 236

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

Shades of Razzle Dazzle Rose #F530EC

Tints of Razzle Dazzle Rose #F530EC

RGB

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

 GREEN value IS 48 (19.14% from 255) = 9.07%

 BLUE value IS 236 (92.58% from 255) = 44.61%

R = 46.31%
G = 9.07%
B = 44.61%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.04

 K value IS 0.04

RGB Variations

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

Color information

#F530EC (or 0xF530EC) is known color: Razzle Dazzle Rose. HEX triplet: F5, 30 and EC. RGB value is (245,48,236). Sum of RGB (Red+Green+Blue) = 245+48+236=529 (70% of max value = 765). Red value is 245 (96.09% from 255 or 46.31% from 529); Green value is 48 (19.14% from 255 or 9.07% from 529); Blue value is 236 (92.58% from 255 or 44.61% from 529); Max value from RGB is 245 - color contains mainly: red. Hex color #F530EC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F530EC is #0ACF13. Grayscale: #7F7F7F. Windows color (decimal): -708372 or 15479029. OLE color: 15479029.

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

Color convert

RGB 245 48 236 -
CMYK 0 0.80 0.04 0.04
HSL 302.74º 0.91% 0.57% -
HSV(B) 302.74º 0.8% 0.96% -
XYZ 53.85 27.58 81.84 -
YUV 128.34 188.77 211.21 -
System Red Green Blue C M Y K H S L
Decimal 245 48 236 0 0.80 0.04 0.04 302.74 0.91 0.57
Hex F5 30 EC 0 50 4 4 12F 5B 39
Octal 365 60 354 0 120 4 4 457 133 71
Binary 11110101 110000 11101100 0 1010000 100 100 100101111 1011011 111001

Color Harmonies of #F530EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F530EC

Black with #F530EC

Text Example


Text Example

White with #F530EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F530EC; }

 p { color: rgb(245,48,236); }

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

background-color css

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

 a { background-color: rgb(245,48,236); }

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

border-color css

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

 span { border-color: rgb(245,48,236); }

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