Html Css Color HEX #F28CBF Tea Rose

📋 copy color: '#F28CBF'

red 242 ◦ green 140 ◦ blue 191

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

Shades of Tea Rose #F28CBF

Tints of Tea Rose #F28CBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 33.33%

R = 42.23%
G = 24.43%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.21

 K value IS 0.05

RGB Variations

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

Color information

#F28CBF (or 0xF28CBF) is known color: Tea Rose. HEX triplet: F2, 8C and BF. RGB value is (242,140,191). Sum of RGB (Red+Green+Blue) = 242+140+191=573 (75% of max value = 765). Red value is 242 (94.92% from 255 or 42.23% from 573); Green value is 140 (55.08% from 255 or 24.43% from 573); Blue value is 191 (75% from 255 or 33.33% from 573); Max value from RGB is 242 - color contains mainly: red. Hex color #F28CBF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F28CBF is #0D7340. Grayscale: #B0B0B0. Windows color (decimal): -881473 or 12553458. OLE color: 12553458.

HSL color Cylindrical-coordinate representation of color #F28CBF: hue angle of 330º 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 #F28CBF is Cyan = 0, Magento = 0.42, Yellow = 0.21 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 140 191 -
CMYK 0 0.42 0.21 0.05
HSL 330º 0.8% 0.75% -
HSV(B) 330º 0.42% 0.95% -
XYZ 55.4 41.4 54.36 -
YUV 176.31 136.29 174.85 -
System Red Green Blue C M Y K H S L
Decimal 242 140 191 0 0.42 0.21 0.05 330 0.8 0.75
Hex F2 8C BF 0 2A 15 5 14A 50 4B
Octal 362 214 277 0 52 25 5 512 120 113
Binary 11110010 10001100 10111111 0 101010 10101 101 101001010 1010000 1001011

Color Harmonies of #F28CBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F28CBF

Black with #F28CBF

Text Example


Text Example

White with #F28CBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F28CBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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