Html Css Color HEX #F18CBA Tea Rose

📋 copy color: '#F18CBA'

red 241 ◦ green 140 ◦ blue 186

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

Shades of Tea Rose #F18CBA

Tints of Tea Rose #F18CBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 32.8%

R = 42.5%
G = 24.69%
B = 32.8%

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

#F18CBA (or 0xF18CBA) is known color: Tea Rose. HEX triplet: F1, 8C and BA. RGB value is (241,140,186). Sum of RGB (Red+Green+Blue) = 241+140+186=567 (75% of max value = 765). Red value is 241 (94.53% from 255 or 42.50% from 567); Green value is 140 (55.08% from 255 or 24.69% from 567); Blue value is 186 (73.05% from 255 or 32.80% from 567); Max value from RGB is 241 - color contains mainly: red. Hex color #F18CBA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F18CBA is #0E7345. Grayscale: #AFAFAF. Windows color (decimal): -947014 or 12225777. OLE color: 12225777.

HSL color Cylindrical-coordinate representation of color #F18CBA: hue angle of 332.67º 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 #F18CBA is Cyan = 0, Magento = 0.42, Yellow = 0.23 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 140 186 -
CMYK 0 0.42 0.23 0.05
HSL 332.67º 0.78% 0.75% -
HSV(B) 332.67º 0.42% 0.95% -
XYZ 54.52 41 51.5 -
YUV 175.44 133.96 174.76 -
System Red Green Blue C M Y K H S L
Decimal 241 140 186 0 0.42 0.23 0.05 332.67 0.78 0.75
Hex F1 8C BA 0 2A 17 5 14D 4E 4B
Octal 361 214 272 0 52 27 5 515 116 113
Binary 11110001 10001100 10111010 0 101010 10111 101 101001101 1001110 1001011

Color Harmonies of #F18CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F18CBA

Black with #F18CBA

Text Example


Text Example

White with #F18CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F18CBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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