Html Css Color HEX #F28AD1 Tea Rose

📋 copy color: '#F28AD1'

red 242 ◦ green 138 ◦ blue 209

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

Shades of Tea Rose #F28AD1

Tints of Tea Rose #F28AD1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 35.48%

R = 41.09%
G = 23.43%
B = 35.48%

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

#F28AD1 (or 0xF28AD1) is known color: Tea Rose. HEX triplet: F2, 8A and D1. RGB value is (242,138,209). Sum of RGB (Red+Green+Blue) = 242+138+209=589 (78% of max value = 765). Red value is 242 (94.92% from 255 or 41.09% from 589); Green value is 138 (54.30% from 255 or 23.43% from 589); Blue value is 209 (82.03% from 255 or 35.48% from 589); Max value from RGB is 242 - color contains mainly: red. Hex color #F28AD1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F28AD1 is #0D752E. Grayscale: #B1B1B1. Windows color (decimal): -881967 or 13732594. OLE color: 13732594.

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

Color convert

RGB 242 138 209 -
CMYK 0 0.43 0.14 0.05
HSL 319.04º 0.8% 0.75% -
HSV(B) 319.04º 0.43% 0.95% -
XYZ 57.22 41.66 65.35 -
YUV 177.19 145.96 174.23 -
System Red Green Blue C M Y K H S L
Decimal 242 138 209 0 0.43 0.14 0.05 319.04 0.8 0.75
Hex F2 8A D1 0 2B E 5 13F 50 4B
Octal 362 212 321 0 53 16 5 477 120 113
Binary 11110010 10001010 11010001 0 101011 1110 101 100111111 1010000 1001011

Color Harmonies of #F28AD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F28AD1

Black with #F28AD1

Text Example


Text Example

White with #F28AD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F28AD1; }

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

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

background-color css

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

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

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

border-color css

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

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

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