Html Css Color HEX #F747C2 Razzle Dazzle Rose

📋 copy color: '#F747C2'

red 247 ◦ green 71 ◦ blue 194

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

Shades of Razzle Dazzle Rose #F747C2

Tints of Razzle Dazzle Rose #F747C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 37.89%

R = 48.24%
G = 13.87%
B = 37.89%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.21

 K value IS 0.03

RGB Variations

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

Color information

#F747C2 (or 0xF747C2) is known color: Razzle Dazzle Rose. HEX triplet: F7, 47 and C2. RGB value is (247,71,194). Sum of RGB (Red+Green+Blue) = 247+71+194=512 (67% of max value = 765). Red value is 247 (96.88% from 255 or 48.24% from 512); Green value is 71 (28.12% from 255 or 13.87% from 512); Blue value is 194 (76.17% from 255 or 37.89% from 512); Max value from RGB is 247 - color contains mainly: red. Hex color #F747C2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F747C2 is #08B83D. Grayscale: #898989. Windows color (decimal): -571454 or 12732407. OLE color: 12732407.

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

Color convert

RGB 247 71 194 -
CMYK 0 0.71 0.21 0.03
HSL 318.07º 0.92% 0.62% -
HSV(B) 318.07º 0.71% 0.97% -
XYZ 50.35 28.18 53.82 -
YUV 137.65 159.81 206 -
System Red Green Blue C M Y K H S L
Decimal 247 71 194 0 0.71 0.21 0.03 318.07 0.92 0.62
Hex F7 47 C2 0 47 15 3 13E 5C 3E
Octal 367 107 302 0 107 25 3 476 134 76
Binary 11110111 1000111 11000010 0 1000111 10101 11 100111110 1011100 111110

Color Harmonies of #F747C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F747C2

Black with #F747C2

Text Example


Text Example

White with #F747C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F747C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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