Html Css Color HEX #F47FD2 Tea Rose

📋 copy color: '#F47FD2'

red 244 ◦ green 127 ◦ blue 210

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

Shades of Tea Rose #F47FD2

Tints of Tea Rose #F47FD2

RGB

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

 GREEN value IS 127 (50% from 255) = 21.86%

 BLUE value IS 210 (82.42% from 255) = 36.14%

R = 42%
G = 21.86%
B = 36.14%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.14

 K value IS 0.04

RGB Variations

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

Color information

#F47FD2 (or 0xF47FD2) is known color: Tea Rose. HEX triplet: F4, 7F and D2. RGB value is (244,127,210). Sum of RGB (Red+Green+Blue) = 244+127+210=581 (76% of max value = 765). Red value is 244 (95.70% from 255 or 42.00% from 581); Green value is 127 (50% from 255 or 21.86% from 581); Blue value is 210 (82.42% from 255 or 36.14% from 581); Max value from RGB is 244 - color contains mainly: red. Hex color #F47FD2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F47FD2 is #0B802D. Grayscale: #ABABAB. Windows color (decimal): -753710 or 13795316. OLE color: 13795316.

HSL color Cylindrical-coordinate representation of color #F47FD2: hue angle of 317.44º degrees, saturation: 0.84, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F47FD2 is Cyan = 0, Magento = 0.48, Yellow = 0.14 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 127 210 -
CMYK 0 0.48 0.14 0.04
HSL 317.44º 0.84% 0.73% -
HSV(B) 317.44º 0.48% 0.96% -
XYZ 56.53 39.06 65.53 -
YUV 171.45 149.76 179.75 -
System Red Green Blue C M Y K H S L
Decimal 244 127 210 0 0.48 0.14 0.04 317.44 0.84 0.73
Hex F4 7F D2 0 30 E 4 13D 54 49
Octal 364 177 322 0 60 16 4 475 124 111
Binary 11110100 1111111 11010010 0 110000 1110 100 100111101 1010100 1001001

Color Harmonies of #F47FD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F47FD2

Black with #F47FD2

Text Example


Text Example

White with #F47FD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F47FD2; }

 p { color: rgb(244,127,210); }

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

background-color css

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

 a { background-color: rgb(244,127,210); }

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

border-color css

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

 span { border-color: rgb(244,127,210); }

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