Html Css Color HEX #F67CCA Tea Rose

📋 copy color: '#F67CCA'

red 246 ◦ green 124 ◦ blue 202

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

Shades of Tea Rose #F67CCA

Tints of Tea Rose #F67CCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 35.31%

R = 43.01%
G = 21.68%
B = 35.31%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.18

 K value IS 0.04

RGB Variations

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

Color information

#F67CCA (or 0xF67CCA) is known color: Tea Rose. HEX triplet: F6, 7C and CA. RGB value is (246,124,202). Sum of RGB (Red+Green+Blue) = 246+124+202=572 (75% of max value = 765). Red value is 246 (96.48% from 255 or 43.01% from 572); Green value is 124 (48.83% from 255 or 21.68% from 572); Blue value is 202 (79.30% from 255 or 35.31% from 572); Max value from RGB is 246 - color contains mainly: red. Hex color #F67CCA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F67CCA is #098335. Grayscale: #A9A9A9. Windows color (decimal): -623414 or 13270262. OLE color: 13270262.

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

Color convert

RGB 246 124 202 -
CMYK 0 0.50 0.18 0.04
HSL 321.64º 0.87% 0.73% -
HSV(B) 321.64º 0.5% 0.96% -
XYZ 55.87 38.27 60.32 -
YUV 169.37 146.42 182.66 -
System Red Green Blue C M Y K H S L
Decimal 246 124 202 0 0.50 0.18 0.04 321.64 0.87 0.73
Hex F6 7C CA 0 32 12 4 142 57 49
Octal 366 174 312 0 62 22 4 502 127 111
Binary 11110110 1111100 11001010 0 110010 10010 100 101000010 1010111 1001001

Color Harmonies of #F67CCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F67CCA

Black with #F67CCA

Text Example


Text Example

White with #F67CCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F67CCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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