Html Css Color HEX #F731C0 Razzle Dazzle Rose

📋 copy color: '#F731C0'

red 247 ◦ green 49 ◦ blue 192

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

Shades of Razzle Dazzle Rose #F731C0

Tints of Razzle Dazzle Rose #F731C0

RGB

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

 GREEN value IS 49 (19.53% from 255) = 10.04%

 BLUE value IS 192 (75.39% from 255) = 39.34%

R = 50.61%
G = 10.04%
B = 39.34%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.22

 K value IS 0.03

RGB Variations

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

Color information

#F731C0 (or 0xF731C0) is known color: Razzle Dazzle Rose. HEX triplet: F7, 31 and C0. RGB value is (247,49,192). Sum of RGB (Red+Green+Blue) = 247+49+192=488 (64% of max value = 765). Red value is 247 (96.88% from 255 or 50.61% from 488); Green value is 49 (19.53% from 255 or 10.04% from 488); Blue value is 192 (75.39% from 255 or 39.34% from 488); Max value from RGB is 247 - color contains mainly: red. Hex color #F731C0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F731C0 is #08CE3F. Grayscale: #7C7C7C. Windows color (decimal): -577088 or 12595703. OLE color: 12595703.

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

Color convert

RGB 247 49 192 -
CMYK 0 0.80 0.22 0.03
HSL 316.67º 0.93% 0.58% -
HSV(B) 316.67º 0.8% 0.97% -
XYZ 48.97 25.78 52.26 -
YUV 124.5 166.1 215.37 -
System Red Green Blue C M Y K H S L
Decimal 247 49 192 0 0.80 0.22 0.03 316.67 0.93 0.58
Hex F7 31 C0 0 50 16 3 13D 5D 3A
Octal 367 61 300 0 120 26 3 475 135 72
Binary 11110111 110001 11000000 0 1010000 10110 11 100111101 1011101 111010

Color Harmonies of #F731C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F731C0

Black with #F731C0

Text Example


Text Example

White with #F731C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F731C0; }

 p { color: rgb(247,49,192); }

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

background-color css

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

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

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

border-color css

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

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

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