Html Css Color HEX #F28AC4 Tea Rose

📋 copy color: '#F28AC4'

red 242 ◦ green 138 ◦ blue 196

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

Shades of Tea Rose #F28AC4

Tints of Tea Rose #F28AC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 34.03%

R = 42.01%
G = 23.96%
B = 34.03%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.19

 K value IS 0.05

RGB Variations

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

Color information

#F28AC4 (or 0xF28AC4) is known color: Tea Rose. HEX triplet: F2, 8A and C4. RGB value is (242,138,196). Sum of RGB (Red+Green+Blue) = 242+138+196=576 (76% of max value = 765). Red value is 242 (94.92% from 255 or 42.01% from 576); Green value is 138 (54.30% from 255 or 23.96% from 576); Blue value is 196 (76.95% from 255 or 34.03% from 576); Max value from RGB is 242 - color contains mainly: red. Hex color #F28AC4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F28AC4 is #0D753B. Grayscale: #AFAFAF. Windows color (decimal): -881980 or 12880626. OLE color: 12880626.

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

Color convert

RGB 242 138 196 -
CMYK 0 0.43 0.19 0.05
HSL 326.54º 0.8% 0.75% -
HSV(B) 326.54º 0.43% 0.95% -
XYZ 55.67 41.04 57.21 -
YUV 175.71 139.46 175.28 -
System Red Green Blue C M Y K H S L
Decimal 242 138 196 0 0.43 0.19 0.05 326.54 0.8 0.75
Hex F2 8A C4 0 2B 13 5 147 50 4B
Octal 362 212 304 0 53 23 5 507 120 113
Binary 11110010 10001010 11000100 0 101011 10011 101 101000111 1010000 1001011

Color Harmonies of #F28AC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F28AC4

Black with #F28AC4

Text Example


Text Example

White with #F28AC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F28AC4; }

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

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

background-color css

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

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

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

border-color css

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

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

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