Html Css Color HEX #F68CCF Tea Rose

📋 copy color: '#F68CCF'

red 246 ◦ green 140 ◦ blue 207

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

Shades of Tea Rose #F68CCF

Tints of Tea Rose #F68CCF

RGB

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

 GREEN value IS 140 (55.08% from 255) = 23.61%

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

R = 41.48%
G = 23.61%
B = 34.91%

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

#F68CCF (or 0xF68CCF) is known color: Tea Rose. HEX triplet: F6, 8C and CF. RGB value is (246,140,207). Sum of RGB (Red+Green+Blue) = 246+140+207=593 (78% of max value = 765). Red value is 246 (96.48% from 255 or 41.48% from 593); Green value is 140 (55.08% from 255 or 23.61% from 593); Blue value is 207 (81.25% from 255 or 34.91% from 593); Max value from RGB is 246 - color contains mainly: red. Hex color #F68CCF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F68CCF is #097330. Grayscale: #B3B3B3. Windows color (decimal): -619313 or 13602038. OLE color: 13602038.

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

Color convert

RGB 246 140 207 -
CMYK 0 0.43 0.16 0.04
HSL 322.08º 0.85% 0.76% -
HSV(B) 322.08º 0.43% 0.96% -
XYZ 58.65 42.85 64.21 -
YUV 179.33 143.62 175.55 -
System Red Green Blue C M Y K H S L
Decimal 246 140 207 0 0.43 0.16 0.04 322.08 0.85 0.76
Hex F6 8C CF 0 2B 10 4 142 55 4C
Octal 366 214 317 0 53 20 4 502 125 114
Binary 11110110 10001100 11001111 0 101011 10000 100 101000010 1010101 1001100

Color Harmonies of #F68CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F68CCF

Black with #F68CCF

Text Example


Text Example

White with #F68CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F68CCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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