Html Css Color HEX #F18BCF Tea Rose

📋 copy color: '#F18BCF'

red 241 ◦ green 139 ◦ blue 207

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

Shades of Tea Rose #F18BCF

Tints of Tea Rose #F18BCF

RGB

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

 GREEN value IS 139 (54.69% from 255) = 23.68%

 BLUE value IS 207 (81.25% from 255) = 35.26%

R = 41.06%
G = 23.68%
B = 35.26%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.14

 K value IS 0.05

RGB Variations

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

Color information

#F18BCF (or 0xF18BCF) is known color: Tea Rose. HEX triplet: F1, 8B and CF. RGB value is (241,139,207). Sum of RGB (Red+Green+Blue) = 241+139+207=587 (77% of max value = 765). Red value is 241 (94.53% from 255 or 41.06% from 587); Green value is 139 (54.69% from 255 or 23.68% from 587); Blue value is 207 (81.25% from 255 or 35.26% from 587); Max value from RGB is 241 - color contains mainly: red. Hex color #F18BCF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F18BCF is #0E7430. Grayscale: #B1B1B1. Windows color (decimal): -947249 or 13601777. OLE color: 13601777.

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

Color convert

RGB 241 139 207 -
CMYK 0 0.42 0.14 0.05
HSL 320º 0.78% 0.75% -
HSV(B) 320º 0.42% 0.95% -
XYZ 56.77 41.67 64.08 -
YUV 177.25 144.79 173.47 -
System Red Green Blue C M Y K H S L
Decimal 241 139 207 0 0.42 0.14 0.05 320 0.78 0.75
Hex F1 8B CF 0 2A E 5 140 4E 4B
Octal 361 213 317 0 52 16 5 500 116 113
Binary 11110001 10001011 11001111 0 101010 1110 101 101000000 1001110 1001011

Color Harmonies of #F18BCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F18BCF

Black with #F18BCF

Text Example


Text Example

White with #F18BCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F18BCF; }

 p { color: rgb(241,139,207); }

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

background-color css

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

 a { background-color: rgb(241,139,207); }

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

border-color css

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

 span { border-color: rgb(241,139,207); }

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