Html Css Color HEX #F68FCF Tea Rose

📋 copy color: '#F68FCF'

red 246 ◦ green 143 ◦ blue 207

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

Shades of Tea Rose #F68FCF

Tints of Tea Rose #F68FCF

RGB

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

 GREEN value IS 143 (56.25% from 255) = 23.99%

 BLUE value IS 207 (81.25% from 255) = 34.73%

R = 41.28%
G = 23.99%
B = 34.73%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.16

 K value IS 0.04

RGB Variations

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

Color information

#F68FCF (or 0xF68FCF) is known color: Tea Rose. HEX triplet: F6, 8F and CF. RGB value is (246,143,207). Sum of RGB (Red+Green+Blue) = 246+143+207=596 (78% of max value = 765). Red value is 246 (96.48% from 255 or 41.28% from 596); Green value is 143 (56.25% from 255 or 23.99% from 596); Blue value is 207 (81.25% from 255 or 34.73% from 596); Max value from RGB is 246 - color contains mainly: red. Hex color #F68FCF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F68FCF is #097030. Grayscale: #B4B4B4. Windows color (decimal): -618545 or 13602806. OLE color: 13602806.

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

Color convert

RGB 246 143 207 -
CMYK 0 0.42 0.16 0.04
HSL 322.72º 0.85% 0.76% -
HSV(B) 322.72º 0.42% 0.96% -
XYZ 59.09 43.74 64.36 -
YUV 181.09 142.62 174.3 -
System Red Green Blue C M Y K H S L
Decimal 246 143 207 0 0.42 0.16 0.04 322.72 0.85 0.76
Hex F6 8F CF 0 2A 10 4 143 55 4C
Octal 366 217 317 0 52 20 4 503 125 114
Binary 11110110 10001111 11001111 0 101010 10000 100 101000011 1010101 1001100

Color Harmonies of #F68FCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F68FCF

Black with #F68FCF

Text Example


Text Example

White with #F68FCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F68FCF; }

 p { color: rgb(246,143,207); }

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

background-color css

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

 a { background-color: rgb(246,143,207); }

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

border-color css

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

 span { border-color: rgb(246,143,207); }

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