Html Css Color HEX #F530EF Razzle Dazzle Rose

📋 copy color: '#F530EF'

red 245 ◦ green 48 ◦ blue 239

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

Shades of Razzle Dazzle Rose #F530EF

Tints of Razzle Dazzle Rose #F530EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 44.92%

R = 46.05%
G = 9.02%
B = 44.92%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.02

 K value IS 0.04

RGB Variations

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

Color information

#F530EF (or 0xF530EF) is known color: Razzle Dazzle Rose. HEX triplet: F5, 30 and EF. RGB value is (245,48,239). Sum of RGB (Red+Green+Blue) = 245+48+239=532 (70% of max value = 765). Red value is 245 (96.09% from 255 or 46.05% from 532); Green value is 48 (19.14% from 255 or 9.02% from 532); Blue value is 239 (93.75% from 255 or 44.92% from 532); Max value from RGB is 245 - color contains mainly: red. Hex color #F530EF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F530EF is #0ACF10. Grayscale: #808080. Windows color (decimal): -708369 or 15675637. OLE color: 15675637.

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

Color convert

RGB 245 48 239 -
CMYK 0 0.80 0.02 0.04
HSL 301.83º 0.91% 0.57% -
HSV(B) 301.83º 0.8% 0.96% -
XYZ 54.29 27.76 84.16 -
YUV 128.68 190.27 210.97 -
System Red Green Blue C M Y K H S L
Decimal 245 48 239 0 0.80 0.02 0.04 301.83 0.91 0.57
Hex F5 30 EF 0 50 2 4 12E 5B 39
Octal 365 60 357 0 120 2 4 456 133 71
Binary 11110101 110000 11101111 0 1010000 10 100 100101110 1011011 111001

Color Harmonies of #F530EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F530EF

Black with #F530EF

Text Example


Text Example

White with #F530EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F530EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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