Html Css Color HEX #F530D3 Razzle Dazzle Rose

📋 copy color: '#F530D3'

red 245 ◦ green 48 ◦ blue 211

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

Shades of Razzle Dazzle Rose #F530D3

Tints of Razzle Dazzle Rose #F530D3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 41.87%

R = 48.61%
G = 9.52%
B = 41.87%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.14

 K value IS 0.04

RGB Variations

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

Color information

#F530D3 (or 0xF530D3) is known color: Razzle Dazzle Rose. HEX triplet: F5, 30 and D3. RGB value is (245,48,211). Sum of RGB (Red+Green+Blue) = 245+48+211=504 (66% of max value = 765). Red value is 245 (96.09% from 255 or 48.61% from 504); Green value is 48 (19.14% from 255 or 9.52% from 504); Blue value is 211 (82.81% from 255 or 41.87% from 504); Max value from RGB is 245 - color contains mainly: red. Hex color #F530D3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F530D3 is #0ACF2C. Grayscale: #7D7D7D. Windows color (decimal): -708397 or 13840629. OLE color: 13840629.

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

Color convert

RGB 245 48 211 -
CMYK 0 0.80 0.14 0.04
HSL 310.36º 0.91% 0.57% -
HSV(B) 310.36º 0.8% 0.96% -
XYZ 50.47 26.23 64.03 -
YUV 125.49 176.27 213.25 -
System Red Green Blue C M Y K H S L
Decimal 245 48 211 0 0.80 0.14 0.04 310.36 0.91 0.57
Hex F5 30 D3 0 50 E 4 136 5B 39
Octal 365 60 323 0 120 16 4 466 133 71
Binary 11110101 110000 11010011 0 1010000 1110 100 100110110 1011011 111001

Color Harmonies of #F530D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F530D3

Black with #F530D3

Text Example


Text Example

White with #F530D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F530D3; }

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

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

background-color css

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

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

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

border-color css

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

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

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