Html Css Color HEX #F747DC Razzle Dazzle Rose

📋 copy color: '#F747DC'

red 247 ◦ green 71 ◦ blue 220

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

Shades of Razzle Dazzle Rose #F747DC

Tints of Razzle Dazzle Rose #F747DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 40.89%

R = 45.91%
G = 13.2%
B = 40.89%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.11

 K value IS 0.03

RGB Variations

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

Color information

#F747DC (or 0xF747DC) is known color: Razzle Dazzle Rose. HEX triplet: F7, 47 and DC. RGB value is (247,71,220). Sum of RGB (Red+Green+Blue) = 247+71+220=538 (71% of max value = 765). Red value is 247 (96.88% from 255 or 45.91% from 538); Green value is 71 (28.12% from 255 or 13.20% from 538); Blue value is 220 (86.33% from 255 or 40.89% from 538); Max value from RGB is 247 - color contains mainly: red. Hex color #F747DC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F747DC is #08B823. Grayscale: #8C8C8C. Windows color (decimal): -571428 or 14436343. OLE color: 14436343.

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

Color convert

RGB 247 71 220 -
CMYK 0 0.71 0.11 0.03
HSL 309.2º 0.92% 0.62% -
HSV(B) 309.2º 0.71% 0.97% -
XYZ 53.53 29.45 70.57 -
YUV 140.61 172.81 203.88 -
System Red Green Blue C M Y K H S L
Decimal 247 71 220 0 0.71 0.11 0.03 309.2 0.92 0.62
Hex F7 47 DC 0 47 B 3 135 5C 3E
Octal 367 107 334 0 107 13 3 465 134 76
Binary 11110111 1000111 11011100 0 1000111 1011 11 100110101 1011100 111110

Color Harmonies of #F747DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F747DC

Black with #F747DC

Text Example


Text Example

White with #F747DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F747DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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