Html Css Color HEX #F18DC6 Tea Rose

📋 copy color: '#F18DC6'

red 241 ◦ green 141 ◦ blue 198

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

Shades of Tea Rose #F18DC6

Tints of Tea Rose #F18DC6

RGB

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

 GREEN value IS 141 (55.47% from 255) = 24.31%

 BLUE value IS 198 (77.73% from 255) = 34.14%

R = 41.55%
G = 24.31%
B = 34.14%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.18

 K value IS 0.05

RGB Variations

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

Color information

#F18DC6 (or 0xF18DC6) is known color: Tea Rose. HEX triplet: F1, 8D and C6. RGB value is (241,141,198). Sum of RGB (Red+Green+Blue) = 241+141+198=580 (76% of max value = 765). Red value is 241 (94.53% from 255 or 41.55% from 580); Green value is 141 (55.47% from 255 or 24.31% from 580); Blue value is 198 (77.73% from 255 or 34.14% from 580); Max value from RGB is 241 - color contains mainly: red. Hex color #F18DC6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F18DC6 is #0E7239. Grayscale: #B1B1B1. Windows color (decimal): -946746 or 13012465. OLE color: 13012465.

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

Color convert

RGB 241 141 198 -
CMYK 0 0.41 0.18 0.05
HSL 325.8º 0.78% 0.75% -
HSV(B) 325.8º 0.41% 0.95% -
XYZ 55.99 41.83 58.55 -
YUV 177.4 139.63 173.37 -
System Red Green Blue C M Y K H S L
Decimal 241 141 198 0 0.41 0.18 0.05 325.8 0.78 0.75
Hex F1 8D C6 0 29 12 5 146 4E 4B
Octal 361 215 306 0 51 22 5 506 116 113
Binary 11110001 10001101 11000110 0 101001 10010 101 101000110 1001110 1001011

Color Harmonies of #F18DC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F18DC6

Black with #F18DC6

Text Example


Text Example

White with #F18DC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F18DC6; }

 p { color: rgb(241,141,198); }

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

background-color css

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

 a { background-color: rgb(241,141,198); }

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

border-color css

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

 span { border-color: rgb(241,141,198); }

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