Html Css Color HEX #F18ACF Tea Rose

📋 copy color: '#F18ACF'

red 241 ◦ green 138 ◦ blue 207

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

Shades of Tea Rose #F18ACF

Tints of Tea Rose #F18ACF

RGB

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

 GREEN value IS 138 (54.3% from 255) = 23.55%

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

R = 41.13%
G = 23.55%
B = 35.32%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.14

 K value IS 0.05

RGB Variations

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

Color information

#F18ACF (or 0xF18ACF) is known color: Tea Rose. HEX triplet: F1, 8A and CF. RGB value is (241,138,207). Sum of RGB (Red+Green+Blue) = 241+138+207=586 (77% of max value = 765). Red value is 241 (94.53% from 255 or 41.13% from 586); Green value is 138 (54.30% from 255 or 23.55% from 586); Blue value is 207 (81.25% from 255 or 35.32% from 586); Max value from RGB is 241 - color contains mainly: red. Hex color #F18ACF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F18ACF is #0E7530. Grayscale: #B0B0B0. Windows color (decimal): -947505 or 13601521. OLE color: 13601521.

HSL color Cylindrical-coordinate representation of color #F18ACF: hue angle of 319.81º degrees, saturation: 0.79, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F18ACF is Cyan = 0, Magento = 0.43, Yellow = 0.14 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 138 207 -
CMYK 0 0.43 0.14 0.05
HSL 319.81º 0.79% 0.74% -
HSV(B) 319.81º 0.43% 0.95% -
XYZ 56.63 41.38 64.03 -
YUV 176.66 145.12 173.89 -
System Red Green Blue C M Y K H S L
Decimal 241 138 207 0 0.43 0.14 0.05 319.81 0.79 0.74
Hex F1 8A CF 0 2B E 5 140 4F 4A
Octal 361 212 317 0 53 16 5 500 117 112
Binary 11110001 10001010 11001111 0 101011 1110 101 101000000 1001111 1001010

Color Harmonies of #F18ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F18ACF

Black with #F18ACF

Text Example


Text Example

White with #F18ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F18ACF; }

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

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

background-color css

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

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

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

border-color css

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

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

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