Html Css Color HEX #F18FCB Tea Rose

📋 copy color: '#F18FCB'

red 241 ◦ green 143 ◦ blue 203

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

Shades of Tea Rose #F18FCB

Tints of Tea Rose #F18FCB

RGB

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

 GREEN value IS 143 (56.25% from 255) = 24.36%

 BLUE value IS 203 (79.69% from 255) = 34.58%

R = 41.06%
G = 24.36%
B = 34.58%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.16

 K value IS 0.05

RGB Variations

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

Color information

#F18FCB (or 0xF18FCB) is known color: Tea Rose. HEX triplet: F1, 8F and CB. RGB value is (241,143,203). Sum of RGB (Red+Green+Blue) = 241+143+203=587 (77% of max value = 765). Red value is 241 (94.53% from 255 or 41.06% from 587); Green value is 143 (56.25% from 255 or 24.36% from 587); Blue value is 203 (79.69% from 255 or 34.58% from 587); Max value from RGB is 241 - color contains mainly: red. Hex color #F18FCB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F18FCB is #0E7034. Grayscale: #B3B3B3. Windows color (decimal): -946229 or 13340657. OLE color: 13340657.

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

Color convert

RGB 241 143 203 -
CMYK 0 0.41 0.16 0.05
HSL 323.27º 0.78% 0.75% -
HSV(B) 323.27º 0.41% 0.95% -
XYZ 56.88 42.66 61.74 -
YUV 179.14 141.47 172.12 -
System Red Green Blue C M Y K H S L
Decimal 241 143 203 0 0.41 0.16 0.05 323.27 0.78 0.75
Hex F1 8F CB 0 29 10 5 143 4E 4B
Octal 361 217 313 0 51 20 5 503 116 113
Binary 11110001 10001111 11001011 0 101001 10000 101 101000011 1001110 1001011

Color Harmonies of #F18FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F18FCB

Black with #F18FCB

Text Example


Text Example

White with #F18FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F18FCB; }

 p { color: rgb(241,143,203); }

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

background-color css

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

 a { background-color: rgb(241,143,203); }

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

border-color css

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

 span { border-color: rgb(241,143,203); }

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