Html Css Color HEX #F28081 Froly

📋 copy color: '#F28081'

red 242 ◦ green 128 ◦ blue 129

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

Shades of Froly #F28081

Tints of Froly #F28081

RGB

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

 GREEN value IS 128 (50.39% from 255) = 25.65%

 BLUE value IS 129 (50.78% from 255) = 25.85%

R = 48.5%
G = 25.65%
B = 25.85%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.47

 K value IS 0.05

RGB Variations

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

Color information

#F28081 (or 0xF28081) is known color: Froly. HEX triplet: F2, 80 and 81. RGB value is (242,128,129). Sum of RGB (Red+Green+Blue) = 242+128+129=499 (66% of max value = 765). Red value is 242 (94.92% from 255 or 48.50% from 499); Green value is 128 (50.39% from 255 or 25.65% from 499); Blue value is 129 (50.78% from 255 or 25.85% from 499); Max value from RGB is 242 - color contains mainly: red. Hex color #F28081 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F28081 is #0D7F7E. Grayscale: #A2A2A2. Windows color (decimal): -884607 or 8487154. OLE color: 8487154.

HSL color Cylindrical-coordinate representation of color #F28081: hue angle of 359.47º degrees, saturation: 0.81, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F28081 is Cyan = 0, Magento = 0.47, Yellow = 0.47 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 128 129 -
CMYK 0 0.47 0.47 0.05
HSL 359.47º 0.81% 0.73% -
HSV(B) 359.47º 0.47% 0.95% -
XYZ 48.3 35.9 25.15 -
YUV 162.2 109.27 184.92 -
System Red Green Blue C M Y K H S L
Decimal 242 128 129 0 0.47 0.47 0.05 359.47 0.81 0.73
Hex F2 80 81 0 2F 2F 5 167 51 49
Octal 362 200 201 0 57 57 5 547 121 111
Binary 11110010 10000000 10000001 0 101111 101111 101 101100111 1010001 1001001

Color Harmonies of #F28081

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F28081

Black with #F28081

Text Example


Text Example

White with #F28081

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F28081; }

 p { color: rgb(242,128,129); }

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

background-color css

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

 a { background-color: rgb(242,128,129); }

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

border-color css

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

 span { border-color: rgb(242,128,129); }

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