Html Css Color HEX #F68ACF Tea Rose

📋 copy color: '#F68ACF'

red 246 ◦ green 138 ◦ blue 207

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

Shades of Tea Rose #F68ACF

Tints of Tea Rose #F68ACF

RGB

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

 GREEN value IS 138 (54.3% from 255) = 23.35%

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

R = 41.62%
G = 23.35%
B = 35.03%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.16

 K value IS 0.04

RGB Variations

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

Color information

#F68ACF (or 0xF68ACF) is known color: Tea Rose. HEX triplet: F6, 8A and CF. RGB value is (246,138,207). Sum of RGB (Red+Green+Blue) = 246+138+207=591 (78% of max value = 765). Red value is 246 (96.48% from 255 or 41.62% from 591); Green value is 138 (54.30% from 255 or 23.35% from 591); Blue value is 207 (81.25% from 255 or 35.03% from 591); Max value from RGB is 246 - color contains mainly: red. Hex color #F68ACF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F68ACF is #097530. Grayscale: #B1B1B1. Windows color (decimal): -619825 or 13601526. OLE color: 13601526.

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

Color convert

RGB 246 138 207 -
CMYK 0 0.44 0.16 0.04
HSL 321.67º 0.86% 0.75% -
HSV(B) 321.67º 0.44% 0.96% -
XYZ 58.36 42.27 64.12 -
YUV 178.16 144.28 176.39 -
System Red Green Blue C M Y K H S L
Decimal 246 138 207 0 0.44 0.16 0.04 321.67 0.86 0.75
Hex F6 8A CF 0 2C 10 4 142 56 4B
Octal 366 212 317 0 54 20 4 502 126 113
Binary 11110110 10001010 11001111 0 101100 10000 100 101000010 1010110 1001011

Color Harmonies of #F68ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F68ACF

Black with #F68ACF

Text Example


Text Example

White with #F68ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F68ACF; }

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

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

background-color css

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

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

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

border-color css

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

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

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