Html Css Color HEX #F730C2 Razzle Dazzle Rose

📋 copy color: '#F730C2'

red 247 ◦ green 48 ◦ blue 194

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

Shades of Razzle Dazzle Rose #F730C2

Tints of Razzle Dazzle Rose #F730C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 39.67%

R = 50.51%
G = 9.82%
B = 39.67%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.21

 K value IS 0.03

RGB Variations

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

Color information

#F730C2 (or 0xF730C2) is known color: Razzle Dazzle Rose. HEX triplet: F7, 30 and C2. RGB value is (247,48,194). Sum of RGB (Red+Green+Blue) = 247+48+194=489 (64% of max value = 765). Red value is 247 (96.88% from 255 or 50.51% from 489); Green value is 48 (19.14% from 255 or 9.82% from 489); Blue value is 194 (76.17% from 255 or 39.67% from 489); Max value from RGB is 247 - color contains mainly: red. Hex color #F730C2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F730C2 is #08CF3D. Grayscale: #7B7B7B. Windows color (decimal): -577342 or 12726519. OLE color: 12726519.

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

Color convert

RGB 247 48 194 -
CMYK 0 0.81 0.21 0.03
HSL 315.98º 0.93% 0.58% -
HSV(B) 315.98º 0.81% 0.97% -
XYZ 49.15 25.78 53.42 -
YUV 124.15 167.43 215.63 -
System Red Green Blue C M Y K H S L
Decimal 247 48 194 0 0.81 0.21 0.03 315.98 0.93 0.58
Hex F7 30 C2 0 51 15 3 13C 5D 3A
Octal 367 60 302 0 121 25 3 474 135 72
Binary 11110111 110000 11000010 0 1010001 10101 11 100111100 1011101 111010

Color Harmonies of #F730C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F730C2

Black with #F730C2

Text Example


Text Example

White with #F730C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F730C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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