Html Css Color HEX #F747C1 Razzle Dazzle Rose

📋 copy color: '#F747C1'

red 247 ◦ green 71 ◦ blue 193

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

Shades of Razzle Dazzle Rose #F747C1

Tints of Razzle Dazzle Rose #F747C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 37.77%

R = 48.34%
G = 13.89%
B = 37.77%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.22

 K value IS 0.03

RGB Variations

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

Color information

#F747C1 (or 0xF747C1) is known color: Razzle Dazzle Rose. HEX triplet: F7, 47 and C1. RGB value is (247,71,193). Sum of RGB (Red+Green+Blue) = 247+71+193=511 (67% of max value = 765). Red value is 247 (96.88% from 255 or 48.34% from 511); Green value is 71 (28.12% from 255 or 13.89% from 511); Blue value is 193 (75.78% from 255 or 37.77% from 511); Max value from RGB is 247 - color contains mainly: red. Hex color #F747C1 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F747C1 is #08B83E. Grayscale: #898989. Windows color (decimal): -571455 or 12666871. OLE color: 12666871.

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

Color convert

RGB 247 71 193 -
CMYK 0 0.71 0.22 0.03
HSL 318.41º 0.92% 0.62% -
HSV(B) 318.41º 0.71% 0.97% -
XYZ 50.24 28.13 53.23 -
YUV 137.53 159.31 206.08 -
System Red Green Blue C M Y K H S L
Decimal 247 71 193 0 0.71 0.22 0.03 318.41 0.92 0.62
Hex F7 47 C1 0 47 16 3 13E 5C 3E
Octal 367 107 301 0 107 26 3 476 134 76
Binary 11110111 1000111 11000001 0 1000111 10110 11 100111110 1011100 111110

Color Harmonies of #F747C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F747C1

Black with #F747C1

Text Example


Text Example

White with #F747C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F747C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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