Html Css Color HEX #F731BD Razzle Dazzle Rose

📋 copy color: '#F731BD'

red 247 ◦ green 49 ◦ blue 189

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

Shades of Razzle Dazzle Rose #F731BD

Tints of Razzle Dazzle Rose #F731BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 38.97%

R = 50.93%
G = 10.1%
B = 38.97%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.23

 K value IS 0.03

RGB Variations

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

Color information

#F731BD (or 0xF731BD) is known color: Razzle Dazzle Rose. HEX triplet: F7, 31 and BD. RGB value is (247,49,189). Sum of RGB (Red+Green+Blue) = 247+49+189=485 (64% of max value = 765). Red value is 247 (96.88% from 255 or 50.93% from 485); Green value is 49 (19.53% from 255 or 10.10% from 485); Blue value is 189 (74.22% from 255 or 38.97% from 485); Max value from RGB is 247 - color contains mainly: red. Hex color #F731BD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F731BD is #08CE42. Grayscale: #7B7B7B. Windows color (decimal): -577091 or 12399095. OLE color: 12399095.

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

Color convert

RGB 247 49 189 -
CMYK 0 0.80 0.23 0.03
HSL 317.58º 0.93% 0.58% -
HSV(B) 317.58º 0.8% 0.97% -
XYZ 48.64 25.64 50.53 -
YUV 124.16 164.6 215.62 -
System Red Green Blue C M Y K H S L
Decimal 247 49 189 0 0.80 0.23 0.03 317.58 0.93 0.58
Hex F7 31 BD 0 50 17 3 13E 5D 3A
Octal 367 61 275 0 120 27 3 476 135 72
Binary 11110111 110001 10111101 0 1010000 10111 11 100111110 1011101 111010

Color Harmonies of #F731BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F731BD

Black with #F731BD

Text Example


Text Example

White with #F731BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F731BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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