Html Css Color HEX #F68AD1 Tea Rose

📋 copy color: '#F68AD1'

red 246 ◦ green 138 ◦ blue 209

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

Shades of Tea Rose #F68AD1

Tints of Tea Rose #F68AD1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 35.24%

R = 41.48%
G = 23.27%
B = 35.24%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.15

 K value IS 0.04

RGB Variations

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

Color information

#F68AD1 (or 0xF68AD1) is known color: Tea Rose. HEX triplet: F6, 8A and D1. RGB value is (246,138,209). Sum of RGB (Red+Green+Blue) = 246+138+209=593 (78% of max value = 765). Red value is 246 (96.48% from 255 or 41.48% from 593); Green value is 138 (54.30% from 255 or 23.27% from 593); Blue value is 209 (82.03% from 255 or 35.24% from 593); Max value from RGB is 246 - color contains mainly: red. Hex color #F68AD1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F68AD1 is #09752E. Grayscale: #B2B2B2. Windows color (decimal): -619823 or 13732598. OLE color: 13732598.

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

Color convert

RGB 246 138 209 -
CMYK 0 0.44 0.15 0.04
HSL 320.56º 0.86% 0.75% -
HSV(B) 320.56º 0.44% 0.96% -
XYZ 58.6 42.37 65.41 -
YUV 178.39 145.28 176.23 -
System Red Green Blue C M Y K H S L
Decimal 246 138 209 0 0.44 0.15 0.04 320.56 0.86 0.75
Hex F6 8A D1 0 2C F 4 141 56 4B
Octal 366 212 321 0 54 17 4 501 126 113
Binary 11110110 10001010 11010001 0 101100 1111 100 101000001 1010110 1001011

Color Harmonies of #F68AD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F68AD1

Black with #F68AD1

Text Example


Text Example

White with #F68AD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F68AD1; }

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

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

background-color css

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

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

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

border-color css

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

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

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