Html Css Color HEX #F47CC5 Tea Rose

📋 copy color: '#F47CC5'

red 244 ◦ green 124 ◦ blue 197

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

Shades of Tea Rose #F47CC5

Tints of Tea Rose #F47CC5

RGB

 RED value IS 244 (95.7% from 255) = 43.19%

 GREEN value IS 124 (48.83% from 255) = 21.95%

 BLUE value IS 197 (77.34% from 255) = 34.87%

R = 43.19%
G = 21.95%
B = 34.87%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.19

 K value IS 0.04

RGB Variations

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

Color information

#F47CC5 (or 0xF47CC5) is known color: Tea Rose. HEX triplet: F4, 7C and C5. RGB value is (244,124,197). Sum of RGB (Red+Green+Blue) = 244+124+197=565 (74% of max value = 765). Red value is 244 (95.70% from 255 or 43.19% from 565); Green value is 124 (48.83% from 255 or 21.95% from 565); Blue value is 197 (77.34% from 255 or 34.87% from 565); Max value from RGB is 244 - color contains mainly: red. Hex color #F47CC5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F47CC5 is #0B833A. Grayscale: #A8A8A8. Windows color (decimal): -754491 or 12942580. OLE color: 12942580.

HSL color Cylindrical-coordinate representation of color #F47CC5: hue angle of 323.5º degrees, saturation: 0.85, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F47CC5 is Cyan = 0, Magento = 0.49, Yellow = 0.19 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 124 197 -
CMYK 0 0.49 0.19 0.04
HSL 323.5º 0.85% 0.72% -
HSV(B) 323.5º 0.49% 0.96% -
XYZ 54.59 37.68 57.22 -
YUV 168.2 144.26 182.06 -
System Red Green Blue C M Y K H S L
Decimal 244 124 197 0 0.49 0.19 0.04 323.5 0.85 0.72
Hex F4 7C C5 0 31 13 4 144 55 48
Octal 364 174 305 0 61 23 4 504 125 110
Binary 11110100 1111100 11000101 0 110001 10011 100 101000100 1010101 1001000

Color Harmonies of #F47CC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F47CC5

Black with #F47CC5

Text Example


Text Example

White with #F47CC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F47CC5; }

 p { color: rgb(244,124,197); }

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

background-color css

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

 a { background-color: rgb(244,124,197); }

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

border-color css

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

 span { border-color: rgb(244,124,197); }

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