Html Css Color HEX #F68AC7 Tea Rose

📋 copy color: '#F68AC7'

red 246 ◦ green 138 ◦ blue 199

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

Shades of Tea Rose #F68AC7

Tints of Tea Rose #F68AC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 34.13%

R = 42.2%
G = 23.67%
B = 34.13%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.19

 K value IS 0.04

RGB Variations

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

Color information

#F68AC7 (or 0xF68AC7) is known color: Tea Rose. HEX triplet: F6, 8A and C7. RGB value is (246,138,199). Sum of RGB (Red+Green+Blue) = 246+138+199=583 (77% of max value = 765). Red value is 246 (96.48% from 255 or 42.20% from 583); Green value is 138 (54.30% from 255 or 23.67% from 583); Blue value is 199 (78.12% from 255 or 34.13% from 583); Max value from RGB is 246 - color contains mainly: red. Hex color #F68AC7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F68AC7 is #097538. Grayscale: #B1B1B1. Windows color (decimal): -619833 or 13077238. OLE color: 13077238.

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

Color convert

RGB 246 138 199 -
CMYK 0 0.44 0.19 0.04
HSL 326.11º 0.86% 0.75% -
HSV(B) 326.11º 0.44% 0.96% -
XYZ 57.4 41.89 59.09 -
YUV 177.25 140.28 177.04 -
System Red Green Blue C M Y K H S L
Decimal 246 138 199 0 0.44 0.19 0.04 326.11 0.86 0.75
Hex F6 8A C7 0 2C 13 4 146 56 4B
Octal 366 212 307 0 54 23 4 506 126 113
Binary 11110110 10001010 11000111 0 101100 10011 100 101000110 1010110 1001011

Color Harmonies of #F68AC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F68AC7

Black with #F68AC7

Text Example


Text Example

White with #F68AC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F68AC7; }

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

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

background-color css

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

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

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

border-color css

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

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

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