Html Css Color HEX #F48CC0 Tea Rose

📋 copy color: '#F48CC0'

red 244 ◦ green 140 ◦ blue 192

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

Shades of Tea Rose #F48CC0

Tints of Tea Rose #F48CC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 33.33%

R = 42.36%
G = 24.31%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.21

 K value IS 0.04

RGB Variations

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

Color information

#F48CC0 (or 0xF48CC0) is known color: Tea Rose. HEX triplet: F4, 8C and C0. RGB value is (244,140,192). Sum of RGB (Red+Green+Blue) = 244+140+192=576 (76% of max value = 765). Red value is 244 (95.70% from 255 or 42.36% from 576); Green value is 140 (55.08% from 255 or 24.31% from 576); Blue value is 192 (75.39% from 255 or 33.33% from 576); Max value from RGB is 244 - color contains mainly: red. Hex color #F48CC0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F48CC0 is #0B733F. Grayscale: #B0B0B0. Windows color (decimal): -750400 or 12618996. OLE color: 12618996.

HSL color Cylindrical-coordinate representation of color #F48CC0: hue angle of 330º 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 #F48CC0 is Cyan = 0, Magento = 0.43, Yellow = 0.21 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 140 192 -
CMYK 0 0.43 0.21 0.04
HSL 330º 0.83% 0.75% -
HSV(B) 330º 0.43% 0.96% -
XYZ 56.2 41.8 54.97 -
YUV 177.02 136.46 175.77 -
System Red Green Blue C M Y K H S L
Decimal 244 140 192 0 0.43 0.21 0.04 330 0.83 0.75
Hex F4 8C C0 0 2B 15 4 14A 53 4B
Octal 364 214 300 0 53 25 4 512 123 113
Binary 11110100 10001100 11000000 0 101011 10101 100 101001010 1010011 1001011

Color Harmonies of #F48CC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F48CC0

Black with #F48CC0

Text Example


Text Example

White with #F48CC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F48CC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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