Html Css Color HEX #F67DCB Tea Rose

📋 copy color: '#F67DCB'

red 246 ◦ green 125 ◦ blue 203

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

Shades of Tea Rose #F67DCB

Tints of Tea Rose #F67DCB

RGB

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

 GREEN value IS 125 (49.22% from 255) = 21.78%

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

R = 42.86%
G = 21.78%
B = 35.37%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.17

 K value IS 0.04

RGB Variations

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

Color information

#F67DCB (or 0xF67DCB) is known color: Tea Rose. HEX triplet: F6, 7D and CB. RGB value is (246,125,203). Sum of RGB (Red+Green+Blue) = 246+125+203=574 (76% of max value = 765). Red value is 246 (96.48% from 255 or 42.86% from 574); Green value is 125 (49.22% from 255 or 21.78% from 574); Blue value is 203 (79.69% from 255 or 35.37% from 574); Max value from RGB is 246 - color contains mainly: red. Hex color #F67DCB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F67DCB is #098234. Grayscale: #A9A9A9. Windows color (decimal): -623157 or 13336054. OLE color: 13336054.

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

Color convert

RGB 246 125 203 -
CMYK 0 0.49 0.17 0.04
HSL 321.32º 0.87% 0.73% -
HSV(B) 321.32º 0.49% 0.96% -
XYZ 56.12 38.57 60.99 -
YUV 170.07 146.59 182.16 -
System Red Green Blue C M Y K H S L
Decimal 246 125 203 0 0.49 0.17 0.04 321.32 0.87 0.73
Hex F6 7D CB 0 31 11 4 141 57 49
Octal 366 175 313 0 61 21 4 501 127 111
Binary 11110110 1111101 11001011 0 110001 10001 100 101000001 1010111 1001001

Color Harmonies of #F67DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F67DCB

Black with #F67DCB

Text Example


Text Example

White with #F67DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F67DCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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