Html Css Color HEX #F28CBA Tea Rose

📋 copy color: '#F28CBA'

red 242 ◦ green 140 ◦ blue 186

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

Shades of Tea Rose #F28CBA

Tints of Tea Rose #F28CBA

RGB

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

 GREEN value IS 140 (55.08% from 255) = 24.65%

 BLUE value IS 186 (73.05% from 255) = 32.75%

R = 42.61%
G = 24.65%
B = 32.75%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.23

 K value IS 0.05

RGB Variations

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

Color information

#F28CBA (or 0xF28CBA) is known color: Tea Rose. HEX triplet: F2, 8C and BA. RGB value is (242,140,186). Sum of RGB (Red+Green+Blue) = 242+140+186=568 (75% of max value = 765). Red value is 242 (94.92% from 255 or 42.61% from 568); Green value is 140 (55.08% from 255 or 24.65% from 568); Blue value is 186 (73.05% from 255 or 32.75% from 568); Max value from RGB is 242 - color contains mainly: red. Hex color #F28CBA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F28CBA is #0D7345. Grayscale: #AFAFAF. Windows color (decimal): -881478 or 12225778. OLE color: 12225778.

HSL color Cylindrical-coordinate representation of color #F28CBA: hue angle of 332.94º degrees, saturation: 0.8, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F28CBA is Cyan = 0, Magento = 0.42, Yellow = 0.23 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 140 186 -
CMYK 0 0.42 0.23 0.05
HSL 332.94º 0.8% 0.75% -
HSV(B) 332.94º 0.42% 0.95% -
XYZ 54.86 41.18 51.51 -
YUV 175.74 133.79 175.26 -
System Red Green Blue C M Y K H S L
Decimal 242 140 186 0 0.42 0.23 0.05 332.94 0.8 0.75
Hex F2 8C BA 0 2A 17 5 14D 50 4B
Octal 362 214 272 0 52 27 5 515 120 113
Binary 11110010 10001100 10111010 0 101010 10111 101 101001101 1010000 1001011

Color Harmonies of #F28CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F28CBA

Black with #F28CBA

Text Example


Text Example

White with #F28CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F28CBA; }

 p { color: rgb(242,140,186); }

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

background-color css

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

 a { background-color: rgb(242,140,186); }

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

border-color css

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

 span { border-color: rgb(242,140,186); }

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