Html Css Color HEX #F68BCF Tea Rose

📋 copy color: '#F68BCF'

red 246 ◦ green 139 ◦ blue 207

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

Shades of Tea Rose #F68BCF

Tints of Tea Rose #F68BCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 34.97%

R = 41.55%
G = 23.48%
B = 34.97%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.16

 K value IS 0.04

RGB Variations

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

Color information

#F68BCF (or 0xF68BCF) is known color: Tea Rose. HEX triplet: F6, 8B and CF. RGB value is (246,139,207). Sum of RGB (Red+Green+Blue) = 246+139+207=592 (78% of max value = 765). Red value is 246 (96.48% from 255 or 41.55% from 592); Green value is 139 (54.69% from 255 or 23.48% from 592); Blue value is 207 (81.25% from 255 or 34.97% from 592); Max value from RGB is 246 - color contains mainly: red. Hex color #F68BCF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F68BCF is #097430. Grayscale: #B2B2B2. Windows color (decimal): -619569 or 13601782. OLE color: 13601782.

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

Color convert

RGB 246 139 207 -
CMYK 0 0.43 0.16 0.04
HSL 321.87º 0.86% 0.75% -
HSV(B) 321.87º 0.43% 0.96% -
XYZ 58.5 42.56 64.16 -
YUV 178.75 143.95 175.97 -
System Red Green Blue C M Y K H S L
Decimal 246 139 207 0 0.43 0.16 0.04 321.87 0.86 0.75
Hex F6 8B CF 0 2B 10 4 142 56 4B
Octal 366 213 317 0 53 20 4 502 126 113
Binary 11110110 10001011 11001111 0 101011 10000 100 101000010 1010110 1001011

Color Harmonies of #F68BCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F68BCF

Black with #F68BCF

Text Example


Text Example

White with #F68BCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F68BCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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