Html Css Color HEX #F730C9 Razzle Dazzle Rose

📋 copy color: '#F730C9'

red 247 ◦ green 48 ◦ blue 201

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

Shades of Razzle Dazzle Rose #F730C9

Tints of Razzle Dazzle Rose #F730C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 40.52%

R = 49.8%
G = 9.68%
B = 40.52%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.19

 K value IS 0.03

RGB Variations

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

Color information

#F730C9 (or 0xF730C9) is known color: Razzle Dazzle Rose. HEX triplet: F7, 30 and C9. RGB value is (247,48,201). Sum of RGB (Red+Green+Blue) = 247+48+201=496 (65% of max value = 765). Red value is 247 (96.88% from 255 or 49.80% from 496); Green value is 48 (19.14% from 255 or 9.68% from 496); Blue value is 201 (78.91% from 255 or 40.52% from 496); Max value from RGB is 247 - color contains mainly: red. Hex color #F730C9 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F730C9 is #08CF36. Grayscale: #7C7C7C. Windows color (decimal): -577335 or 13185271. OLE color: 13185271.

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

Color convert

RGB 247 48 201 -
CMYK 0 0.81 0.19 0.03
HSL 313.87º 0.93% 0.58% -
HSV(B) 313.87º 0.81% 0.97% -
XYZ 49.96 26.11 57.66 -
YUV 124.94 170.93 215.06 -
System Red Green Blue C M Y K H S L
Decimal 247 48 201 0 0.81 0.19 0.03 313.87 0.93 0.58
Hex F7 30 C9 0 51 13 3 13A 5D 3A
Octal 367 60 311 0 121 23 3 472 135 72
Binary 11110111 110000 11001001 0 1010001 10011 11 100111010 1011101 111010

Color Harmonies of #F730C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F730C9

Black with #F730C9

Text Example


Text Example

White with #F730C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F730C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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