Html Css Color HEX #F68CB9 Tea Rose

📋 copy color: '#F68CB9'

red 246 ◦ green 140 ◦ blue 185

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

Shades of Tea Rose #F68CB9

Tints of Tea Rose #F68CB9

RGB

 RED value IS 246 (96.48% from 255) = 43.08%

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

 BLUE value IS 185 (72.66% from 255) = 32.4%

R = 43.08%
G = 24.52%
B = 32.4%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.25

 K value IS 0.04

RGB Variations

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

Color information

#F68CB9 (or 0xF68CB9) is known color: Tea Rose. HEX triplet: F6, 8C and B9. RGB value is (246,140,185). Sum of RGB (Red+Green+Blue) = 246+140+185=571 (75% of max value = 765). Red value is 246 (96.48% from 255 or 43.08% from 571); Green value is 140 (55.08% from 255 or 24.52% from 571); Blue value is 185 (72.66% from 255 or 32.40% from 571); Max value from RGB is 246 - color contains mainly: red. Hex color #F68CB9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F68CB9 is #097346. Grayscale: #B0B0B0. Windows color (decimal): -619335 or 12160246. OLE color: 12160246.

HSL color Cylindrical-coordinate representation of color #F68CB9: hue angle of 334.53º degrees, saturation: 0.85, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F68CB9 is Cyan = 0, Magento = 0.43, Yellow = 0.25 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 140 185 -
CMYK 0 0.43 0.25 0.04
HSL 334.53º 0.85% 0.76% -
HSV(B) 334.53º 0.43% 0.96% -
XYZ 56.14 41.85 51.02 -
YUV 176.82 132.62 177.34 -
System Red Green Blue C M Y K H S L
Decimal 246 140 185 0 0.43 0.25 0.04 334.53 0.85 0.76
Hex F6 8C B9 0 2B 19 4 14F 55 4C
Octal 366 214 271 0 53 31 4 517 125 114
Binary 11110110 10001100 10111001 0 101011 11001 100 101001111 1010101 1001100

Color Harmonies of #F68CB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F68CB9

Black with #F68CB9

Text Example


Text Example

White with #F68CB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F68CB9; }

 p { color: rgb(246,140,185); }

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

background-color css

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

 a { background-color: rgb(246,140,185); }

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

border-color css

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

 span { border-color: rgb(246,140,185); }

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