Html Css Color HEX #F747BA Razzle Dazzle Rose

📋 copy color: '#F747BA'

red 247 ◦ green 71 ◦ blue 186

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

Shades of Razzle Dazzle Rose #F747BA

Tints of Razzle Dazzle Rose #F747BA

RGB

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

 GREEN value IS 71 (28.13% from 255) = 14.09%

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

R = 49.01%
G = 14.09%
B = 36.9%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.25

 K value IS 0.03

RGB Variations

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

Color information

#F747BA (or 0xF747BA) is known color: Razzle Dazzle Rose. HEX triplet: F7, 47 and BA. RGB value is (247,71,186). Sum of RGB (Red+Green+Blue) = 247+71+186=504 (66% of max value = 765). Red value is 247 (96.88% from 255 or 49.01% from 504); Green value is 71 (28.12% from 255 or 14.09% from 504); Blue value is 186 (73.05% from 255 or 36.90% from 504); Max value from RGB is 247 - color contains mainly: red. Hex color #F747BA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F747BA is #08B845. Grayscale: #888888. Windows color (decimal): -571462 or 12208119. OLE color: 12208119.

HSL color Cylindrical-coordinate representation of color #F747BA: hue angle of 320.8º degrees, saturation: 0.92, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F747BA is Cyan = 0, Magento = 0.71, Yellow = 0.25 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 71 186 -
CMYK 0 0.71 0.25 0.03
HSL 320.8º 0.92% 0.62% -
HSV(B) 320.8º 0.71% 0.97% -
XYZ 49.47 27.83 49.22 -
YUV 136.73 155.81 206.65 -
System Red Green Blue C M Y K H S L
Decimal 247 71 186 0 0.71 0.25 0.03 320.8 0.92 0.62
Hex F7 47 BA 0 47 19 3 141 5C 3E
Octal 367 107 272 0 107 31 3 501 134 76
Binary 11110111 1000111 10111010 0 1000111 11001 11 101000001 1011100 111110

Color Harmonies of #F747BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F747BA

Black with #F747BA

Text Example


Text Example

White with #F747BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F747BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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