Html Css Color HEX #F747D1 Razzle Dazzle Rose

📋 copy color: '#F747D1'

red 247 ◦ green 71 ◦ blue 209

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

Shades of Razzle Dazzle Rose #F747D1

Tints of Razzle Dazzle Rose #F747D1

RGB

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

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

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

R = 46.87%
G = 13.47%
B = 39.66%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.15

 K value IS 0.03

RGB Variations

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

Color information

#F747D1 (or 0xF747D1) is known color: Razzle Dazzle Rose. HEX triplet: F7, 47 and D1. RGB value is (247,71,209). Sum of RGB (Red+Green+Blue) = 247+71+209=527 (69% of max value = 765). Red value is 247 (96.88% from 255 or 46.87% from 527); Green value is 71 (28.12% from 255 or 13.47% from 527); Blue value is 209 (82.03% from 255 or 39.66% from 527); Max value from RGB is 247 - color contains mainly: red. Hex color #F747D1 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F747D1 is #08B82E. Grayscale: #8A8A8A. Windows color (decimal): -571439 or 13715447. OLE color: 13715447.

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

Color convert

RGB 247 71 209 -
CMYK 0 0.71 0.15 0.03
HSL 312.95º 0.92% 0.62% -
HSV(B) 312.95º 0.71% 0.97% -
XYZ 52.12 28.88 63.15 -
YUV 139.36 167.31 204.78 -
System Red Green Blue C M Y K H S L
Decimal 247 71 209 0 0.71 0.15 0.03 312.95 0.92 0.62
Hex F7 47 D1 0 47 F 3 139 5C 3E
Octal 367 107 321 0 107 17 3 471 134 76
Binary 11110111 1000111 11010001 0 1000111 1111 11 100111001 1011100 111110

Color Harmonies of #F747D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F747D1

Black with #F747D1

Text Example


Text Example

White with #F747D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F747D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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