Html Css Color HEX #F28ACB Tea Rose

📋 copy color: '#F28ACB'

red 242 ◦ green 138 ◦ blue 203

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

Shades of Tea Rose #F28ACB

Tints of Tea Rose #F28ACB

RGB

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

 GREEN value IS 138 (54.3% from 255) = 23.67%

 BLUE value IS 203 (79.69% from 255) = 34.82%

R = 41.51%
G = 23.67%
B = 34.82%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.16

 K value IS 0.05

RGB Variations

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

Color information

#F28ACB (or 0xF28ACB) is known color: Tea Rose. HEX triplet: F2, 8A and CB. RGB value is (242,138,203). Sum of RGB (Red+Green+Blue) = 242+138+203=583 (77% of max value = 765). Red value is 242 (94.92% from 255 or 41.51% from 583); Green value is 138 (54.30% from 255 or 23.67% from 583); Blue value is 203 (79.69% from 255 or 34.82% from 583); Max value from RGB is 242 - color contains mainly: red. Hex color #F28ACB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F28ACB is #0D7534. Grayscale: #B0B0B0. Windows color (decimal): -881973 or 13339378. OLE color: 13339378.

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

Color convert

RGB 242 138 203 -
CMYK 0 0.43 0.16 0.05
HSL 322.5º 0.8% 0.75% -
HSV(B) 322.5º 0.43% 0.95% -
XYZ 56.49 41.37 61.51 -
YUV 176.51 142.96 174.71 -
System Red Green Blue C M Y K H S L
Decimal 242 138 203 0 0.43 0.16 0.05 322.5 0.8 0.75
Hex F2 8A CB 0 2B 10 5 142 50 4B
Octal 362 212 313 0 53 20 5 502 120 113
Binary 11110010 10001010 11001011 0 101011 10000 101 101000010 1010000 1001011

Color Harmonies of #F28ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F28ACB

Black with #F28ACB

Text Example


Text Example

White with #F28ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F28ACB; }

 p { color: rgb(242,138,203); }

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

background-color css

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

 a { background-color: rgb(242,138,203); }

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

border-color css

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

 span { border-color: rgb(242,138,203); }

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