Html Css Color HEX #F731BA Razzle Dazzle Rose

📋 copy color: '#F731BA'

red 247 ◦ green 49 ◦ blue 186

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

Shades of Razzle Dazzle Rose #F731BA

Tints of Razzle Dazzle Rose #F731BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 38.59%

R = 51.24%
G = 10.17%
B = 38.59%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.25

 K value IS 0.03

RGB Variations

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

Color information

#F731BA (or 0xF731BA) is known color: Razzle Dazzle Rose. HEX triplet: F7, 31 and BA. RGB value is (247,49,186). Sum of RGB (Red+Green+Blue) = 247+49+186=482 (63% of max value = 765). Red value is 247 (96.88% from 255 or 51.24% from 482); Green value is 49 (19.53% from 255 or 10.17% from 482); Blue value is 186 (73.05% from 255 or 38.59% from 482); Max value from RGB is 247 - color contains mainly: red. Hex color #F731BA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F731BA is #08CE45. Grayscale: #7B7B7B. Windows color (decimal): -577094 or 12202487. OLE color: 12202487.

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

Color convert

RGB 247 49 186 -
CMYK 0 0.80 0.25 0.03
HSL 318.48º 0.93% 0.58% -
HSV(B) 318.48º 0.8% 0.97% -
XYZ 48.32 25.52 48.83 -
YUV 123.82 163.1 215.86 -
System Red Green Blue C M Y K H S L
Decimal 247 49 186 0 0.80 0.25 0.03 318.48 0.93 0.58
Hex F7 31 BA 0 50 19 3 13E 5D 3A
Octal 367 61 272 0 120 31 3 476 135 72
Binary 11110111 110001 10111010 0 1010000 11001 11 100111110 1011101 111010

Color Harmonies of #F731BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F731BA

Black with #F731BA

Text Example


Text Example

White with #F731BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F731BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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