Html Css Color HEX #F68ACD Tea Rose

📋 copy color: '#F68ACD'

red 246 ◦ green 138 ◦ blue 205

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

Shades of Tea Rose #F68ACD

Tints of Tea Rose #F68ACD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 34.8%

R = 41.77%
G = 23.43%
B = 34.8%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.17

 K value IS 0.04

RGB Variations

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

Color information

#F68ACD (or 0xF68ACD) is known color: Tea Rose. HEX triplet: F6, 8A and CD. RGB value is (246,138,205). Sum of RGB (Red+Green+Blue) = 246+138+205=589 (78% of max value = 765). Red value is 246 (96.48% from 255 or 41.77% from 589); Green value is 138 (54.30% from 255 or 23.43% from 589); Blue value is 205 (80.47% from 255 or 34.80% from 589); Max value from RGB is 246 - color contains mainly: red. Hex color #F68ACD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F68ACD is #097532. Grayscale: #B1B1B1. Windows color (decimal): -619827 or 13470454. OLE color: 13470454.

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

Color convert

RGB 246 138 205 -
CMYK 0 0.44 0.17 0.04
HSL 322.78º 0.86% 0.75% -
HSV(B) 322.78º 0.44% 0.96% -
XYZ 58.11 42.18 62.84 -
YUV 177.93 143.28 176.55 -
System Red Green Blue C M Y K H S L
Decimal 246 138 205 0 0.44 0.17 0.04 322.78 0.86 0.75
Hex F6 8A CD 0 2C 11 4 143 56 4B
Octal 366 212 315 0 54 21 4 503 126 113
Binary 11110110 10001010 11001101 0 101100 10001 100 101000011 1010110 1001011

Color Harmonies of #F68ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F68ACD

Black with #F68ACD

Text Example


Text Example

White with #F68ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F68ACD; }

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

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

background-color css

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

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

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

border-color css

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

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

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