Html Css Color HEX #F48ECF Tea Rose

📋 copy color: '#F48ECF'

red 244 ◦ green 142 ◦ blue 207

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

Shades of Tea Rose #F48ECF

Tints of Tea Rose #F48ECF

RGB

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

 GREEN value IS 142 (55.86% from 255) = 23.95%

 BLUE value IS 207 (81.25% from 255) = 34.91%

R = 41.15%
G = 23.95%
B = 34.91%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.15

 K value IS 0.04

RGB Variations

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

Color information

#F48ECF (or 0xF48ECF) is known color: Tea Rose. HEX triplet: F4, 8E and CF. RGB value is (244,142,207). Sum of RGB (Red+Green+Blue) = 244+142+207=593 (78% of max value = 765). Red value is 244 (95.70% from 255 or 41.15% from 593); Green value is 142 (55.86% from 255 or 23.95% from 593); Blue value is 207 (81.25% from 255 or 34.91% from 593); Max value from RGB is 244 - color contains mainly: red. Hex color #F48ECF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F48ECF is #0B7130. Grayscale: #B3B3B3. Windows color (decimal): -749873 or 13602548. OLE color: 13602548.

HSL color Cylindrical-coordinate representation of color #F48ECF: hue angle of 321.76º degrees, saturation: 0.82, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F48ECF is Cyan = 0, Magento = 0.42, Yellow = 0.15 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 142 207 -
CMYK 0 0.42 0.15 0.04
HSL 321.76º 0.82% 0.76% -
HSV(B) 321.76º 0.42% 0.96% -
XYZ 58.24 43.08 64.28 -
YUV 179.91 143.29 173.71 -
System Red Green Blue C M Y K H S L
Decimal 244 142 207 0 0.42 0.15 0.04 321.76 0.82 0.76
Hex F4 8E CF 0 2A F 4 142 52 4C
Octal 364 216 317 0 52 17 4 502 122 114
Binary 11110100 10001110 11001111 0 101010 1111 100 101000010 1010010 1001100

Color Harmonies of #F48ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F48ECF

Black with #F48ECF

Text Example


Text Example

White with #F48ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F48ECF; }

 p { color: rgb(244,142,207); }

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

background-color css

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

 a { background-color: rgb(244,142,207); }

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

border-color css

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

 span { border-color: rgb(244,142,207); }

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