Html Css Color HEX #F749BA Razzle Dazzle Rose

📋 copy color: '#F749BA'

red 247 ◦ green 73 ◦ blue 186

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

Shades of Razzle Dazzle Rose #F749BA

Tints of Razzle Dazzle Rose #F749BA

RGB

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

 GREEN value IS 73 (28.91% from 255) = 14.43%

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

R = 48.81%
G = 14.43%
B = 36.76%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.25

 K value IS 0.03

RGB Variations

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

Color information

#F749BA (or 0xF749BA) is known color: Razzle Dazzle Rose. HEX triplet: F7, 49 and BA. RGB value is (247,73,186). Sum of RGB (Red+Green+Blue) = 247+73+186=506 (67% of max value = 765). Red value is 247 (96.88% from 255 or 48.81% from 506); Green value is 73 (28.91% from 255 or 14.43% from 506); Blue value is 186 (73.05% from 255 or 36.76% from 506); Max value from RGB is 247 - color contains mainly: red. Hex color #F749BA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F749BA is #08B645. Grayscale: #898989. Windows color (decimal): -570950 or 12208631. OLE color: 12208631.

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

Color convert

RGB 247 73 186 -
CMYK 0 0.70 0.25 0.03
HSL 321.03º 0.92% 0.63% -
HSV(B) 321.03º 0.7% 0.97% -
XYZ 49.6 28.08 49.26 -
YUV 137.91 155.15 205.81 -
System Red Green Blue C M Y K H S L
Decimal 247 73 186 0 0.70 0.25 0.03 321.03 0.92 0.63
Hex F7 49 BA 0 46 19 3 141 5C 3F
Octal 367 111 272 0 106 31 3 501 134 77
Binary 11110111 1001001 10111010 0 1000110 11001 11 101000001 1011100 111111

Color Harmonies of #F749BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F749BA

Black with #F749BA

Text Example


Text Example

White with #F749BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F749BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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