Html Css Color HEX #F67CCB Tea Rose

📋 copy color: '#F67CCB'

red 246 ◦ green 124 ◦ blue 203

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

Shades of Tea Rose #F67CCB

Tints of Tea Rose #F67CCB

RGB

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

 GREEN value IS 124 (48.83% from 255) = 21.64%

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

R = 42.93%
G = 21.64%
B = 35.43%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.17

 K value IS 0.04

RGB Variations

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

Color information

#F67CCB (or 0xF67CCB) is known color: Tea Rose. HEX triplet: F6, 7C and CB. RGB value is (246,124,203). Sum of RGB (Red+Green+Blue) = 246+124+203=573 (75% of max value = 765). Red value is 246 (96.48% from 255 or 42.93% from 573); Green value is 124 (48.83% from 255 or 21.64% from 573); Blue value is 203 (79.69% from 255 or 35.43% from 573); Max value from RGB is 246 - color contains mainly: red. Hex color #F67CCB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F67CCB is #098334. Grayscale: #A9A9A9. Windows color (decimal): -623413 or 13335798. OLE color: 13335798.

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

Color convert

RGB 246 124 203 -
CMYK 0 0.50 0.17 0.04
HSL 321.15º 0.87% 0.73% -
HSV(B) 321.15º 0.5% 0.96% -
XYZ 55.99 38.32 60.95 -
YUV 169.48 146.92 182.58 -
System Red Green Blue C M Y K H S L
Decimal 246 124 203 0 0.50 0.17 0.04 321.15 0.87 0.73
Hex F6 7C CB 0 32 11 4 141 57 49
Octal 366 174 313 0 62 21 4 501 127 111
Binary 11110110 1111100 11001011 0 110010 10001 100 101000001 1010111 1001001

Color Harmonies of #F67CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F67CCB

Black with #F67CCB

Text Example


Text Example

White with #F67CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F67CCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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