Html Css Color HEX #F68CCD Tea Rose

📋 copy color: '#F68CCD'

red 246 ◦ green 140 ◦ blue 205

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

Shades of Tea Rose #F68CCD

Tints of Tea Rose #F68CCD

RGB

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

 GREEN value IS 140 (55.08% from 255) = 23.69%

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

R = 41.62%
G = 23.69%
B = 34.69%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.17

 K value IS 0.04

RGB Variations

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

Color information

#F68CCD (or 0xF68CCD) is known color: Tea Rose. HEX triplet: F6, 8C and CD. RGB value is (246,140,205). Sum of RGB (Red+Green+Blue) = 246+140+205=591 (78% of max value = 765). Red value is 246 (96.48% from 255 or 41.62% from 591); Green value is 140 (55.08% from 255 or 23.69% from 591); Blue value is 205 (80.47% from 255 or 34.69% from 591); Max value from RGB is 246 - color contains mainly: red. Hex color #F68CCD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F68CCD is #097332. Grayscale: #B2B2B2. Windows color (decimal): -619315 or 13470966. OLE color: 13470966.

HSL color Cylindrical-coordinate representation of color #F68CCD: hue angle of 323.21º degrees, saturation: 0.85, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F68CCD is Cyan = 0, Magento = 0.43, Yellow = 0.17 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 140 205 -
CMYK 0 0.43 0.17 0.04
HSL 323.21º 0.85% 0.76% -
HSV(B) 323.21º 0.43% 0.96% -
XYZ 58.4 42.76 62.93 -
YUV 179.1 142.62 175.71 -
System Red Green Blue C M Y K H S L
Decimal 246 140 205 0 0.43 0.17 0.04 323.21 0.85 0.76
Hex F6 8C CD 0 2B 11 4 143 55 4C
Octal 366 214 315 0 53 21 4 503 125 114
Binary 11110110 10001100 11001101 0 101011 10001 100 101000011 1010101 1001100

Color Harmonies of #F68CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F68CCD

Black with #F68CCD

Text Example


Text Example

White with #F68CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F68CCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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