Html Css Color HEX #F67FCB Tea Rose

📋 copy color: '#F67FCB'

red 246 ◦ green 127 ◦ blue 203

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

Shades of Tea Rose #F67FCB

Tints of Tea Rose #F67FCB

RGB

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

 GREEN value IS 127 (50% from 255) = 22.05%

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

R = 42.71%
G = 22.05%
B = 35.24%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.17

 K value IS 0.04

RGB Variations

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

Color information

#F67FCB (or 0xF67FCB) is known color: Tea Rose. HEX triplet: F6, 7F and CB. RGB value is (246,127,203). Sum of RGB (Red+Green+Blue) = 246+127+203=576 (76% of max value = 765). Red value is 246 (96.48% from 255 or 42.71% from 576); Green value is 127 (50% from 255 or 22.05% from 576); Blue value is 203 (79.69% from 255 or 35.24% from 576); Max value from RGB is 246 - color contains mainly: red. Hex color #F67FCB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F67FCB is #098034. Grayscale: #ABABAB. Windows color (decimal): -622645 or 13336566. OLE color: 13336566.

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

Color convert

RGB 246 127 203 -
CMYK 0 0.48 0.17 0.04
HSL 321.68º 0.87% 0.73% -
HSV(B) 321.68º 0.48% 0.96% -
XYZ 56.37 39.08 61.07 -
YUV 171.25 145.92 181.32 -
System Red Green Blue C M Y K H S L
Decimal 246 127 203 0 0.48 0.17 0.04 321.68 0.87 0.73
Hex F6 7F CB 0 30 11 4 142 57 49
Octal 366 177 313 0 60 21 4 502 127 111
Binary 11110110 1111111 11001011 0 110000 10001 100 101000010 1010111 1001001

Color Harmonies of #F67FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F67FCB

Black with #F67FCB

Text Example


Text Example

White with #F67FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F67FCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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