Html Css Color HEX #F68FBF Tea Rose

📋 copy color: '#F68FBF'

red 246 ◦ green 143 ◦ blue 191

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

Shades of Tea Rose #F68FBF

Tints of Tea Rose #F68FBF

RGB

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

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

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

R = 42.41%
G = 24.66%
B = 32.93%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.22

 K value IS 0.04

RGB Variations

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

Color information

#F68FBF (or 0xF68FBF) is known color: Tea Rose. HEX triplet: F6, 8F and BF. RGB value is (246,143,191). Sum of RGB (Red+Green+Blue) = 246+143+191=580 (76% of max value = 765). Red value is 246 (96.48% from 255 or 42.41% from 580); Green value is 143 (56.25% from 255 or 24.66% from 580); Blue value is 191 (75% from 255 or 32.93% from 580); Max value from RGB is 246 - color contains mainly: red. Hex color #F68FBF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F68FBF is #097040. Grayscale: #B3B3B3. Windows color (decimal): -618561 or 12554230. OLE color: 12554230.

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

Color convert

RGB 246 143 191 -
CMYK 0 0.42 0.22 0.04
HSL 332.04º 0.85% 0.76% -
HSV(B) 332.04º 0.42% 0.96% -
XYZ 57.23 43 54.57 -
YUV 179.27 134.62 175.6 -
System Red Green Blue C M Y K H S L
Decimal 246 143 191 0 0.42 0.22 0.04 332.04 0.85 0.76
Hex F6 8F BF 0 2A 16 4 14C 55 4C
Octal 366 217 277 0 52 26 4 514 125 114
Binary 11110110 10001111 10111111 0 101010 10110 100 101001100 1010101 1001100

Color Harmonies of #F68FBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F68FBF

Black with #F68FBF

Text Example


Text Example

White with #F68FBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F68FBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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