Html Css Color HEX #F48CCE Tea Rose

📋 copy color: '#F48CCE'

red 244 ◦ green 140 ◦ blue 206

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

Shades of Tea Rose #F48CCE

Tints of Tea Rose #F48CCE

RGB

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

 GREEN value IS 140 (55.08% from 255) = 23.73%

 BLUE value IS 206 (80.86% from 255) = 34.92%

R = 41.36%
G = 23.73%
B = 34.92%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.16

 K value IS 0.04

RGB Variations

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

Color information

#F48CCE (or 0xF48CCE) is known color: Tea Rose. HEX triplet: F4, 8C and CE. RGB value is (244,140,206). Sum of RGB (Red+Green+Blue) = 244+140+206=590 (78% of max value = 765). Red value is 244 (95.70% from 255 or 41.36% from 590); Green value is 140 (55.08% from 255 or 23.73% from 590); Blue value is 206 (80.86% from 255 or 34.92% from 590); Max value from RGB is 244 - color contains mainly: red. Hex color #F48CCE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F48CCE is #0B7331. Grayscale: #B2B2B2. Windows color (decimal): -750386 or 13536500. OLE color: 13536500.

HSL color Cylindrical-coordinate representation of color #F48CCE: hue angle of 321.92º degrees, saturation: 0.83, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F48CCE is Cyan = 0, Magento = 0.43, Yellow = 0.16 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 140 206 -
CMYK 0 0.43 0.16 0.04
HSL 321.92º 0.83% 0.75% -
HSV(B) 321.92º 0.43% 0.96% -
XYZ 57.83 42.45 63.54 -
YUV 178.62 143.46 174.63 -
System Red Green Blue C M Y K H S L
Decimal 244 140 206 0 0.43 0.16 0.04 321.92 0.83 0.75
Hex F4 8C CE 0 2B 10 4 142 53 4B
Octal 364 214 316 0 53 20 4 502 123 113
Binary 11110100 10001100 11001110 0 101011 10000 100 101000010 1010011 1001011

Color Harmonies of #F48CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F48CCE

Black with #F48CCE

Text Example


Text Example

White with #F48CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F48CCE; }

 p { color: rgb(244,140,206); }

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

background-color css

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

 a { background-color: rgb(244,140,206); }

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

border-color css

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

 span { border-color: rgb(244,140,206); }

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