Html Css Color HEX #F68FBB Tea Rose

📋 copy color: '#F68FBB'

red 246 ◦ green 143 ◦ blue 187

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

Shades of Tea Rose #F68FBB

Tints of Tea Rose #F68FBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 32.47%

R = 42.71%
G = 24.83%
B = 32.47%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.24

 K value IS 0.04

RGB Variations

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

Color information

#F68FBB (or 0xF68FBB) is known color: Tea Rose. HEX triplet: F6, 8F and BB. RGB value is (246,143,187). Sum of RGB (Red+Green+Blue) = 246+143+187=576 (76% of max value = 765). Red value is 246 (96.48% from 255 or 42.71% from 576); Green value is 143 (56.25% from 255 or 24.83% from 576); Blue value is 187 (73.44% from 255 or 32.47% from 576); Max value from RGB is 246 - color contains mainly: red. Hex color #F68FBB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F68FBB is #097044. Grayscale: #B2B2B2. Windows color (decimal): -618565 or 12292086. OLE color: 12292086.

HSL color Cylindrical-coordinate representation of color #F68FBB: hue angle of 334.37º 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 #F68FBB is Cyan = 0, Magento = 0.42, Yellow = 0.24 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 143 187 -
CMYK 0 0.42 0.24 0.04
HSL 334.37º 0.85% 0.76% -
HSV(B) 334.37º 0.42% 0.96% -
XYZ 56.8 42.83 52.29 -
YUV 178.81 132.62 175.92 -
System Red Green Blue C M Y K H S L
Decimal 246 143 187 0 0.42 0.24 0.04 334.37 0.85 0.76
Hex F6 8F BB 0 2A 18 4 14E 55 4C
Octal 366 217 273 0 52 30 4 516 125 114
Binary 11110110 10001111 10111011 0 101010 11000 100 101001110 1010101 1001100

Color Harmonies of #F68FBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F68FBB

Black with #F68FBB

Text Example


Text Example

White with #F68FBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F68FBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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