Html Css Color HEX #F67DC8 Tea Rose

📋 copy color: '#F67DC8'

red 246 ◦ green 125 ◦ blue 200

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

Shades of Tea Rose #F67DC8

Tints of Tea Rose #F67DC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 35.03%

R = 43.08%
G = 21.89%
B = 35.03%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.19

 K value IS 0.04

RGB Variations

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

Color information

#F67DC8 (or 0xF67DC8) is known color: Tea Rose. HEX triplet: F6, 7D and C8. RGB value is (246,125,200). Sum of RGB (Red+Green+Blue) = 246+125+200=571 (75% of max value = 765). Red value is 246 (96.48% from 255 or 43.08% from 571); Green value is 125 (49.22% from 255 or 21.89% from 571); Blue value is 200 (78.52% from 255 or 35.03% from 571); Max value from RGB is 246 - color contains mainly: red. Hex color #F67DC8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F67DC8 is #098237. Grayscale: #A9A9A9. Windows color (decimal): -623160 or 13139446. OLE color: 13139446.

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

Color convert

RGB 246 125 200 -
CMYK 0 0.49 0.19 0.04
HSL 322.81º 0.87% 0.73% -
HSV(B) 322.81º 0.49% 0.96% -
XYZ 55.76 38.43 59.12 -
YUV 169.73 145.09 182.4 -
System Red Green Blue C M Y K H S L
Decimal 246 125 200 0 0.49 0.19 0.04 322.81 0.87 0.73
Hex F6 7D C8 0 31 13 4 143 57 49
Octal 366 175 310 0 61 23 4 503 127 111
Binary 11110110 1111101 11001000 0 110001 10011 100 101000011 1010111 1001001

Color Harmonies of #F67DC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F67DC8

Black with #F67DC8

Text Example


Text Example

White with #F67DC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F67DC8; }

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

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

background-color css

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

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

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

border-color css

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

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

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