Html Css Color HEX #F379C9 Tea Rose

📋 copy color: '#F379C9'

red 243 ◦ green 121 ◦ blue 201

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

Shades of Tea Rose #F379C9

Tints of Tea Rose #F379C9

RGB

 RED value IS 243 (95.31% from 255) = 43.01%

 GREEN value IS 121 (47.66% from 255) = 21.42%

 BLUE value IS 201 (78.91% from 255) = 35.58%

R = 43.01%
G = 21.42%
B = 35.58%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.17

 K value IS 0.05

RGB Variations

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

Color information

#F379C9 (or 0xF379C9) is known color: Tea Rose. HEX triplet: F3, 79 and C9. RGB value is (243,121,201). Sum of RGB (Red+Green+Blue) = 243+121+201=565 (74% of max value = 765). Red value is 243 (95.31% from 255 or 43.01% from 565); Green value is 121 (47.66% from 255 or 21.42% from 565); Blue value is 201 (78.91% from 255 or 35.58% from 565); Max value from RGB is 243 - color contains mainly: red. Hex color #F379C9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F379C9 is #0C8636. Grayscale: #A6A6A6. Windows color (decimal): -820791 or 13203955. OLE color: 13203955.

HSL color Cylindrical-coordinate representation of color #F379C9: hue angle of 320.66º degrees, saturation: 0.84, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F379C9 is Cyan = 0, Magento = 0.50, Yellow = 0.17 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 121 201 -
CMYK 0 0.50 0.17 0.05
HSL 320.66º 0.84% 0.71% -
HSV(B) 320.66º 0.5% 0.95% -
XYZ 54.34 36.95 59.53 -
YUV 166.6 147.42 182.5 -
System Red Green Blue C M Y K H S L
Decimal 243 121 201 0 0.50 0.17 0.05 320.66 0.84 0.71
Hex F3 79 C9 0 32 11 5 141 54 47
Octal 363 171 311 0 62 21 5 501 124 107
Binary 11110011 1111001 11001001 0 110010 10001 101 101000001 1010100 1000111

Color Harmonies of #F379C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F379C9

Black with #F379C9

Text Example


Text Example

White with #F379C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F379C9; }

 p { color: rgb(243,121,201); }

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

background-color css

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

 a { background-color: rgb(243,121,201); }

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

border-color css

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

 span { border-color: rgb(243,121,201); }

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