Html Css Color HEX #F749C8 Razzle Dazzle Rose

📋 copy color: '#F749C8'

red 247 ◦ green 73 ◦ blue 200

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

Shades of Razzle Dazzle Rose #F749C8

Tints of Razzle Dazzle Rose #F749C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 38.46%

R = 47.5%
G = 14.04%
B = 38.46%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.19

 K value IS 0.03

RGB Variations

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

Color information

#F749C8 (or 0xF749C8) is known color: Razzle Dazzle Rose. HEX triplet: F7, 49 and C8. RGB value is (247,73,200). Sum of RGB (Red+Green+Blue) = 247+73+200=520 (68% of max value = 765). Red value is 247 (96.88% from 255 or 47.5% from 520); Green value is 73 (28.91% from 255 or 14.04% from 520); Blue value is 200 (78.52% from 255 or 38.46% from 520); Max value from RGB is 247 - color contains mainly: red. Hex color #F749C8 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F749C8 is #08B637. Grayscale: #8B8B8B. Windows color (decimal): -570936 or 13126135. OLE color: 13126135.

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

Color convert

RGB 247 73 200 -
CMYK 0 0.70 0.19 0.03
HSL 316.21º 0.92% 0.63% -
HSV(B) 316.21º 0.7% 0.97% -
XYZ 51.17 28.71 57.49 -
YUV 139.5 162.15 204.67 -
System Red Green Blue C M Y K H S L
Decimal 247 73 200 0 0.70 0.19 0.03 316.21 0.92 0.63
Hex F7 49 C8 0 46 13 3 13C 5C 3F
Octal 367 111 310 0 106 23 3 474 134 77
Binary 11110111 1001001 11001000 0 1000110 10011 11 100111100 1011100 111111

Color Harmonies of #F749C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F749C8

Black with #F749C8

Text Example


Text Example

White with #F749C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F749C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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