Html Css Color HEX #F28BCF Tea Rose

📋 copy color: '#F28BCF'

red 242 ◦ green 139 ◦ blue 207

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

Shades of Tea Rose #F28BCF

Tints of Tea Rose #F28BCF

RGB

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

 GREEN value IS 139 (54.69% from 255) = 23.64%

 BLUE value IS 207 (81.25% from 255) = 35.2%

R = 41.16%
G = 23.64%
B = 35.2%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.14

 K value IS 0.05

RGB Variations

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

Color information

#F28BCF (or 0xF28BCF) is known color: Tea Rose. HEX triplet: F2, 8B and CF. RGB value is (242,139,207). Sum of RGB (Red+Green+Blue) = 242+139+207=588 (77% of max value = 765). Red value is 242 (94.92% from 255 or 41.16% from 588); Green value is 139 (54.69% from 255 or 23.64% from 588); Blue value is 207 (81.25% from 255 or 35.20% from 588); Max value from RGB is 242 - color contains mainly: red. Hex color #F28BCF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F28BCF is #0D7430. Grayscale: #B1B1B1. Windows color (decimal): -881713 or 13601778. OLE color: 13601778.

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

Color convert

RGB 242 139 207 -
CMYK 0 0.43 0.14 0.05
HSL 320.39º 0.8% 0.75% -
HSV(B) 320.39º 0.43% 0.95% -
XYZ 57.11 41.85 64.1 -
YUV 177.55 144.62 173.97 -
System Red Green Blue C M Y K H S L
Decimal 242 139 207 0 0.43 0.14 0.05 320.39 0.8 0.75
Hex F2 8B CF 0 2B E 5 140 50 4B
Octal 362 213 317 0 53 16 5 500 120 113
Binary 11110010 10001011 11001111 0 101011 1110 101 101000000 1010000 1001011

Color Harmonies of #F28BCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F28BCF

Black with #F28BCF

Text Example


Text Example

White with #F28BCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F28BCF; }

 p { color: rgb(242,139,207); }

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

background-color css

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

 a { background-color: rgb(242,139,207); }

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

border-color css

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

 span { border-color: rgb(242,139,207); }

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