Html Css Color HEX #F68AC8 Tea Rose

📋 copy color: '#F68AC8'

red 246 ◦ green 138 ◦ blue 200

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

Shades of Tea Rose #F68AC8

Tints of Tea Rose #F68AC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 34.25%

R = 42.12%
G = 23.63%
B = 34.25%

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

#F68AC8 (or 0xF68AC8) is known color: Tea Rose. HEX triplet: F6, 8A and C8. RGB value is (246,138,200). Sum of RGB (Red+Green+Blue) = 246+138+200=584 (77% of max value = 765). Red value is 246 (96.48% from 255 or 42.12% from 584); Green value is 138 (54.30% from 255 or 23.63% from 584); Blue value is 200 (78.52% from 255 or 34.25% from 584); Max value from RGB is 246 - color contains mainly: red. Hex color #F68AC8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F68AC8 is #097537. Grayscale: #B1B1B1. Windows color (decimal): -619832 or 13142774. OLE color: 13142774.

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

Color convert

RGB 246 138 200 -
CMYK 0 0.44 0.19 0.04
HSL 325.56º 0.86% 0.75% -
HSV(B) 325.56º 0.44% 0.96% -
XYZ 57.52 41.94 59.71 -
YUV 177.36 140.78 176.96 -
System Red Green Blue C M Y K H S L
Decimal 246 138 200 0 0.44 0.19 0.04 325.56 0.86 0.75
Hex F6 8A C8 0 2C 13 4 146 56 4B
Octal 366 212 310 0 54 23 4 506 126 113
Binary 11110110 10001010 11001000 0 101100 10011 100 101000110 1010110 1001011

Color Harmonies of #F68AC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F68AC8

Black with #F68AC8

Text Example


Text Example

White with #F68AC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F68AC8; }

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

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

background-color css

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

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

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

border-color css

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

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

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