Html Css Color HEX #F749D1 Razzle Dazzle Rose

📋 copy color: '#F749D1'

red 247 ◦ green 73 ◦ blue 209

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

Shades of Razzle Dazzle Rose #F749D1

Tints of Razzle Dazzle Rose #F749D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 39.51%

R = 46.69%
G = 13.8%
B = 39.51%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.15

 K value IS 0.03

RGB Variations

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

Color information

#F749D1 (or 0xF749D1) is known color: Razzle Dazzle Rose. HEX triplet: F7, 49 and D1. RGB value is (247,73,209). Sum of RGB (Red+Green+Blue) = 247+73+209=529 (70% of max value = 765). Red value is 247 (96.88% from 255 or 46.69% from 529); Green value is 73 (28.91% from 255 or 13.80% from 529); Blue value is 209 (82.03% from 255 or 39.51% from 529); Max value from RGB is 247 - color contains mainly: red. Hex color #F749D1 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F749D1 is #08B62E. Grayscale: #8C8C8C. Windows color (decimal): -570927 or 13715959. OLE color: 13715959.

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

Color convert

RGB 247 73 209 -
CMYK 0 0.70 0.15 0.03
HSL 313.1º 0.92% 0.63% -
HSV(B) 313.1º 0.7% 0.97% -
XYZ 52.25 29.14 63.19 -
YUV 140.53 166.65 203.94 -
System Red Green Blue C M Y K H S L
Decimal 247 73 209 0 0.70 0.15 0.03 313.1 0.92 0.63
Hex F7 49 D1 0 46 F 3 139 5C 3F
Octal 367 111 321 0 106 17 3 471 134 77
Binary 11110111 1001001 11010001 0 1000110 1111 11 100111001 1011100 111111

Color Harmonies of #F749D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F749D1

Black with #F749D1

Text Example


Text Example

White with #F749D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F749D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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