Html Css Color HEX #F749CE Razzle Dazzle Rose

📋 copy color: '#F749CE'

red 247 ◦ green 73 ◦ blue 206

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

Shades of Razzle Dazzle Rose #F749CE

Tints of Razzle Dazzle Rose #F749CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 39.16%

R = 46.96%
G = 13.88%
B = 39.16%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.17

 K value IS 0.03

RGB Variations

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

Color information

#F749CE (or 0xF749CE) is known color: Razzle Dazzle Rose. HEX triplet: F7, 49 and CE. RGB value is (247,73,206). Sum of RGB (Red+Green+Blue) = 247+73+206=526 (69% of max value = 765). Red value is 247 (96.88% from 255 or 46.96% from 526); Green value is 73 (28.91% from 255 or 13.88% from 526); Blue value is 206 (80.86% from 255 or 39.16% from 526); Max value from RGB is 247 - color contains mainly: red. Hex color #F749CE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F749CE is #08B631. Grayscale: #8B8B8B. Windows color (decimal): -570930 or 13519351. OLE color: 13519351.

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

Color convert

RGB 247 73 206 -
CMYK 0 0.70 0.17 0.03
HSL 314.14º 0.92% 0.63% -
HSV(B) 314.14º 0.7% 0.97% -
XYZ 51.88 29 61.25 -
YUV 140.19 165.15 204.19 -
System Red Green Blue C M Y K H S L
Decimal 247 73 206 0 0.70 0.17 0.03 314.14 0.92 0.63
Hex F7 49 CE 0 46 11 3 13A 5C 3F
Octal 367 111 316 0 106 21 3 472 134 77
Binary 11110111 1001001 11001110 0 1000110 10001 11 100111010 1011100 111111

Color Harmonies of #F749CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F749CE

Black with #F749CE

Text Example


Text Example

White with #F749CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F749CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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