Html Css Color HEX #F730D9 Razzle Dazzle Rose

📋 copy color: '#F730D9'

red 247 ◦ green 48 ◦ blue 217

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

Shades of Razzle Dazzle Rose #F730D9

Tints of Razzle Dazzle Rose #F730D9

RGB

 RED value IS 247 (96.88% from 255) = 48.24%

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

 BLUE value IS 217 (85.16% from 255) = 42.38%

R = 48.24%
G = 9.38%
B = 42.38%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.12

 K value IS 0.03

RGB Variations

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

Color information

#F730D9 (or 0xF730D9) is known color: Razzle Dazzle Rose. HEX triplet: F7, 30 and D9. RGB value is (247,48,217). Sum of RGB (Red+Green+Blue) = 247+48+217=512 (67% of max value = 765). Red value is 247 (96.88% from 255 or 48.24% from 512); Green value is 48 (19.14% from 255 or 9.38% from 512); Blue value is 217 (85.16% from 255 or 42.38% from 512); Max value from RGB is 247 - color contains mainly: red. Hex color #F730D9 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F730D9 is #08CF26. Grayscale: #7E7E7E. Windows color (decimal): -577319 or 14233847. OLE color: 14233847.

HSL color Cylindrical-coordinate representation of color #F730D9: hue angle of 309.05º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F730D9 is Cyan = 0, Magento = 0.81, Yellow = 0.12 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 48 217 -
CMYK 0 0.81 0.12 0.03
HSL 309.05º 0.93% 0.58% -
HSV(B) 309.05º 0.81% 0.97% -
XYZ 51.94 26.9 68.1 -
YUV 126.77 178.93 213.76 -
System Red Green Blue C M Y K H S L
Decimal 247 48 217 0 0.81 0.12 0.03 309.05 0.93 0.58
Hex F7 30 D9 0 51 C 3 135 5D 3A
Octal 367 60 331 0 121 14 3 465 135 72
Binary 11110111 110000 11011001 0 1010001 1100 11 100110101 1011101 111010

Color Harmonies of #F730D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F730D9

Black with #F730D9

Text Example


Text Example

White with #F730D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F730D9; }

 p { color: rgb(247,48,217); }

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

background-color css

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

 a { background-color: rgb(247,48,217); }

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

border-color css

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

 span { border-color: rgb(247,48,217); }

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