Html Css Color HEX #F68BBF Tea Rose

📋 copy color: '#F68BBF'

red 246 ◦ green 139 ◦ blue 191

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

Shades of Tea Rose #F68BBF

Tints of Tea Rose #F68BBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 33.16%

R = 42.71%
G = 24.13%
B = 33.16%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.22

 K value IS 0.04

RGB Variations

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

Color information

#F68BBF (or 0xF68BBF) is known color: Tea Rose. HEX triplet: F6, 8B and BF. RGB value is (246,139,191). Sum of RGB (Red+Green+Blue) = 246+139+191=576 (76% of max value = 765). Red value is 246 (96.48% from 255 or 42.71% from 576); Green value is 139 (54.69% from 255 or 24.13% from 576); Blue value is 191 (75% from 255 or 33.16% from 576); Max value from RGB is 246 - color contains mainly: red. Hex color #F68BBF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F68BBF is #097440. Grayscale: #B0B0B0. Windows color (decimal): -619585 or 12553206. OLE color: 12553206.

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

Color convert

RGB 246 139 191 -
CMYK 0 0.43 0.22 0.04
HSL 330.84º 0.86% 0.75% -
HSV(B) 330.84º 0.43% 0.96% -
XYZ 56.64 41.82 54.38 -
YUV 176.92 135.95 177.27 -
System Red Green Blue C M Y K H S L
Decimal 246 139 191 0 0.43 0.22 0.04 330.84 0.86 0.75
Hex F6 8B BF 0 2B 16 4 14B 56 4B
Octal 366 213 277 0 53 26 4 513 126 113
Binary 11110110 10001011 10111111 0 101011 10110 100 101001011 1010110 1001011

Color Harmonies of #F68BBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F68BBF

Black with #F68BBF

Text Example


Text Example

White with #F68BBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F68BBF; }

 p { color: rgb(246,139,191); }

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

background-color css

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

 a { background-color: rgb(246,139,191); }

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

border-color css

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

 span { border-color: rgb(246,139,191); }

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