Html Css Color HEX #F731CC Razzle Dazzle Rose

📋 copy color: '#F731CC'

red 247 ◦ green 49 ◦ blue 204

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

Shades of Razzle Dazzle Rose #F731CC

Tints of Razzle Dazzle Rose #F731CC

RGB

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

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

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

R = 49.4%
G = 9.8%
B = 40.8%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.17

 K value IS 0.03

RGB Variations

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

Color information

#F731CC (or 0xF731CC) is known color: Razzle Dazzle Rose. HEX triplet: F7, 31 and CC. RGB value is (247,49,204). Sum of RGB (Red+Green+Blue) = 247+49+204=500 (66% of max value = 765). Red value is 247 (96.88% from 255 or 49.4% from 500); Green value is 49 (19.53% from 255 or 9.8% from 500); Blue value is 204 (80.08% from 255 or 40.8% from 500); Max value from RGB is 247 - color contains mainly: red. Hex color #F731CC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F731CC is #08CE33. Grayscale: #7D7D7D. Windows color (decimal): -577076 or 13382135. OLE color: 13382135.

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

Color convert

RGB 247 49 204 -
CMYK 0 0.80 0.17 0.03
HSL 313.03º 0.93% 0.58% -
HSV(B) 313.03º 0.8% 0.97% -
XYZ 50.36 26.33 59.56 -
YUV 125.87 172.1 214.4 -
System Red Green Blue C M Y K H S L
Decimal 247 49 204 0 0.80 0.17 0.03 313.03 0.93 0.58
Hex F7 31 CC 0 50 11 3 139 5D 3A
Octal 367 61 314 0 120 21 3 471 135 72
Binary 11110111 110001 11001100 0 1010000 10001 11 100111001 1011101 111010

Color Harmonies of #F731CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F731CC

Black with #F731CC

Text Example


Text Example

White with #F731CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F731CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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