Html Css Color HEX #F279C7 Tea Rose

📋 copy color: '#F279C7'

red 242 ◦ green 121 ◦ blue 199

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

Shades of Tea Rose #F279C7

Tints of Tea Rose #F279C7

RGB

 RED value IS 242 (94.92% from 255) = 43.06%

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

 BLUE value IS 199 (78.13% from 255) = 35.41%

R = 43.06%
G = 21.53%
B = 35.41%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.18

 K value IS 0.05

RGB Variations

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

Color information

#F279C7 (or 0xF279C7) is known color: Tea Rose. HEX triplet: F2, 79 and C7. RGB value is (242,121,199). Sum of RGB (Red+Green+Blue) = 242+121+199=562 (74% of max value = 765). Red value is 242 (94.92% from 255 or 43.06% from 562); Green value is 121 (47.66% from 255 or 21.53% from 562); Blue value is 199 (78.12% from 255 or 35.41% from 562); Max value from RGB is 242 - color contains mainly: red. Hex color #F279C7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F279C7 is #0D8638. Grayscale: #A5A5A5. Windows color (decimal): -886329 or 13072882. OLE color: 13072882.

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

Color convert

RGB 242 121 199 -
CMYK 0 0.50 0.18 0.05
HSL 321.32º 0.82% 0.71% -
HSV(B) 321.32º 0.5% 0.95% -
XYZ 53.76 36.68 58.28 -
YUV 166.07 146.59 182.16 -
System Red Green Blue C M Y K H S L
Decimal 242 121 199 0 0.50 0.18 0.05 321.32 0.82 0.71
Hex F2 79 C7 0 32 12 5 141 52 47
Octal 362 171 307 0 62 22 5 501 122 107
Binary 11110010 1111001 11000111 0 110010 10010 101 101000001 1010010 1000111

Color Harmonies of #F279C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F279C7

Black with #F279C7

Text Example


Text Example

White with #F279C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F279C7; }

 p { color: rgb(242,121,199); }

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

background-color css

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

 a { background-color: rgb(242,121,199); }

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

border-color css

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

 span { border-color: rgb(242,121,199); }

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