Html Css Color HEX #F68AD2 Tea Rose

📋 copy color: '#F68AD2'

red 246 ◦ green 138 ◦ blue 210

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

Shades of Tea Rose #F68AD2

Tints of Tea Rose #F68AD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 35.35%

R = 41.41%
G = 23.23%
B = 35.35%

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

#F68AD2 (or 0xF68AD2) is known color: Tea Rose. HEX triplet: F6, 8A and D2. RGB value is (246,138,210). Sum of RGB (Red+Green+Blue) = 246+138+210=594 (78% of max value = 765). Red value is 246 (96.48% from 255 or 41.41% from 594); Green value is 138 (54.30% from 255 or 23.23% from 594); Blue value is 210 (82.42% from 255 or 35.35% from 594); Max value from RGB is 246 - color contains mainly: red. Hex color #F68AD2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F68AD2 is #09752D. Grayscale: #B2B2B2. Windows color (decimal): -619822 or 13798134. OLE color: 13798134.

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

Color convert

RGB 246 138 210 -
CMYK 0 0.44 0.15 0.04
HSL 320º 0.86% 0.75% -
HSV(B) 320º 0.44% 0.96% -
XYZ 58.73 42.42 66.07 -
YUV 178.5 145.78 176.15 -
System Red Green Blue C M Y K H S L
Decimal 246 138 210 0 0.44 0.15 0.04 320 0.86 0.75
Hex F6 8A D2 0 2C F 4 140 56 4B
Octal 366 212 322 0 54 17 4 500 126 113
Binary 11110110 10001010 11010010 0 101100 1111 100 101000000 1010110 1001011

Color Harmonies of #F68AD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F68AD2

Black with #F68AD2

Text Example


Text Example

White with #F68AD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F68AD2; }

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

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

background-color css

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

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

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

border-color css

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

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

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