Html Css Color HEX #F18CB9 Tea Rose

📋 copy color: '#F18CB9'

red 241 ◦ green 140 ◦ blue 185

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

Shades of Tea Rose #F18CB9

Tints of Tea Rose #F18CB9

RGB

 RED value IS 241 (94.53% from 255) = 42.58%

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

 BLUE value IS 185 (72.66% from 255) = 32.69%

R = 42.58%
G = 24.73%
B = 32.69%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.23

 K value IS 0.05

RGB Variations

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

Color information

#F18CB9 (or 0xF18CB9) is known color: Tea Rose. HEX triplet: F1, 8C and B9. RGB value is (241,140,185). Sum of RGB (Red+Green+Blue) = 241+140+185=566 (74% of max value = 765). Red value is 241 (94.53% from 255 or 42.58% from 566); Green value is 140 (55.08% from 255 or 24.73% from 566); Blue value is 185 (72.66% from 255 or 32.69% from 566); Max value from RGB is 241 - color contains mainly: red. Hex color #F18CB9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F18CB9 is #0E7346. Grayscale: #AFAFAF. Windows color (decimal): -947015 or 12160241. OLE color: 12160241.

HSL color Cylindrical-coordinate representation of color #F18CB9: hue angle of 333.27º degrees, saturation: 0.78, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F18CB9 is Cyan = 0, Magento = 0.42, Yellow = 0.23 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 140 185 -
CMYK 0 0.42 0.23 0.05
HSL 333.27º 0.78% 0.75% -
HSV(B) 333.27º 0.42% 0.95% -
XYZ 54.41 40.96 50.94 -
YUV 175.33 133.46 174.84 -
System Red Green Blue C M Y K H S L
Decimal 241 140 185 0 0.42 0.23 0.05 333.27 0.78 0.75
Hex F1 8C B9 0 2A 17 5 14D 4E 4B
Octal 361 214 271 0 52 27 5 515 116 113
Binary 11110001 10001100 10111001 0 101010 10111 101 101001101 1001110 1001011

Color Harmonies of #F18CB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F18CB9

Black with #F18CB9

Text Example


Text Example

White with #F18CB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F18CB9; }

 p { color: rgb(241,140,185); }

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

background-color css

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

 a { background-color: rgb(241,140,185); }

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

border-color css

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

 span { border-color: rgb(241,140,185); }

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