Html Css Color HEX #F730CC Razzle Dazzle Rose

📋 copy color: '#F730CC'

red 247 ◦ green 48 ◦ blue 204

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

Shades of Razzle Dazzle Rose #F730CC

Tints of Razzle Dazzle Rose #F730CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 40.88%

R = 49.5%
G = 9.62%
B = 40.88%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.17

 K value IS 0.03

RGB Variations

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

Color information

#F730CC (or 0xF730CC) is known color: Razzle Dazzle Rose. HEX triplet: F7, 30 and CC. RGB value is (247,48,204). Sum of RGB (Red+Green+Blue) = 247+48+204=499 (66% of max value = 765). Red value is 247 (96.88% from 255 or 49.50% from 499); Green value is 48 (19.14% from 255 or 9.62% from 499); Blue value is 204 (80.08% from 255 or 40.88% from 499); Max value from RGB is 247 - color contains mainly: red. Hex color #F730CC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F730CC is #08CF33. Grayscale: #7C7C7C. Windows color (decimal): -577332 or 13381879. OLE color: 13381879.

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

Color convert

RGB 247 48 204 -
CMYK 0 0.81 0.17 0.03
HSL 312.96º 0.93% 0.58% -
HSV(B) 312.96º 0.81% 0.97% -
XYZ 50.31 26.25 59.54 -
YUV 125.29 172.43 214.82 -
System Red Green Blue C M Y K H S L
Decimal 247 48 204 0 0.81 0.17 0.03 312.96 0.93 0.58
Hex F7 30 CC 0 51 11 3 139 5D 3A
Octal 367 60 314 0 121 21 3 471 135 72
Binary 11110111 110000 11001100 0 1010001 10001 11 100111001 1011101 111010

Color Harmonies of #F730CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F730CC

Black with #F730CC

Text Example


Text Example

White with #F730CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F730CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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