Html Css Color HEX #F68CCB Tea Rose

📋 copy color: '#F68CCB'

red 246 ◦ green 140 ◦ blue 203

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

Shades of Tea Rose #F68CCB

Tints of Tea Rose #F68CCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 34.47%

R = 41.77%
G = 23.77%
B = 34.47%

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

#F68CCB (or 0xF68CCB) is known color: Tea Rose. HEX triplet: F6, 8C and CB. RGB value is (246,140,203). Sum of RGB (Red+Green+Blue) = 246+140+203=589 (78% of max value = 765). Red value is 246 (96.48% from 255 or 41.77% from 589); Green value is 140 (55.08% from 255 or 23.77% from 589); Blue value is 203 (79.69% from 255 or 34.47% from 589); Max value from RGB is 246 - color contains mainly: red. Hex color #F68CCB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F68CCB is #097334. Grayscale: #B2B2B2. Windows color (decimal): -619317 or 13339894. OLE color: 13339894.

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

Color convert

RGB 246 140 203 -
CMYK 0 0.43 0.17 0.04
HSL 324.34º 0.85% 0.76% -
HSV(B) 324.34º 0.43% 0.96% -
XYZ 58.16 42.66 61.67 -
YUV 178.88 141.62 175.88 -
System Red Green Blue C M Y K H S L
Decimal 246 140 203 0 0.43 0.17 0.04 324.34 0.85 0.76
Hex F6 8C CB 0 2B 11 4 144 55 4C
Octal 366 214 313 0 53 21 4 504 125 114
Binary 11110110 10001100 11001011 0 101011 10001 100 101000100 1010101 1001100

Color Harmonies of #F68CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F68CCB

Black with #F68CCB

Text Example


Text Example

White with #F68CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F68CCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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