Html Css Color HEX #F730F7 Razzle Dazzle Rose

📋 copy color: '#F730F7'

red 247 ◦ green 48 ◦ blue 247

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

Shades of Razzle Dazzle Rose #F730F7

Tints of Razzle Dazzle Rose #F730F7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 45.57%

R = 45.57%
G = 8.86%
B = 45.57%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#F730F7 (or 0xF730F7) is known color: Razzle Dazzle Rose. HEX triplet: F7, 30 and F7. RGB value is (247,48,247). Sum of RGB (Red+Green+Blue) = 247+48+247=542 (71% of max value = 765). Red value is 247 (96.88% from 255 or 45.57% from 542); Green value is 48 (19.14% from 255 or 8.86% from 542); Blue value is 247 (96.88% from 255 or 45.57% from 542); Max value from RGB is 247 - color contains mainly: red, blue. Hex color #F730F7 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F730F7 is #08CF08. Grayscale: #818181. Windows color (decimal): -577289 or 16199927. OLE color: 16199927.

HSL color Cylindrical-coordinate representation of color #F730F7: hue angle of 300º 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 #F730F7 is Cyan = 0, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 48 247 -
CMYK 0 0.81 0 0.03
HSL 300º 0.93% 0.58% -
HSV(B) 300º 0.81% 0.97% -
XYZ 56.2 28.6 90.55 -
YUV 130.19 193.93 211.32 -
System Red Green Blue C M Y K H S L
Decimal 247 48 247 0 0.81 0 0.03 300 0.93 0.58
Hex F7 30 F7 0 51 0 3 12C 5D 3A
Octal 367 60 367 0 121 0 3 454 135 72
Binary 11110111 110000 11110111 0 1010001 0 11 100101100 1011101 111010

Color Harmonies of #F730F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F730F7

Black with #F730F7

Text Example


Text Example

White with #F730F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F730F7; }

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

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

background-color css

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

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

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

border-color css

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

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

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