Html Css Color HEX #F18082 Froly

📋 copy color: '#F18082'

red 241 ◦ green 128 ◦ blue 130

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

Shades of Froly #F18082

Tints of Froly #F18082

RGB

 RED value IS 241 (94.53% from 255) = 48.3%

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

 BLUE value IS 130 (51.17% from 255) = 26.05%

R = 48.3%
G = 25.65%
B = 26.05%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.46

 K value IS 0.05

RGB Variations

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

Color information

#F18082 (or 0xF18082) is known color: Froly. HEX triplet: F1, 80 and 82. RGB value is (241,128,130). Sum of RGB (Red+Green+Blue) = 241+128+130=499 (66% of max value = 765). Red value is 241 (94.53% from 255 or 48.30% from 499); Green value is 128 (50.39% from 255 or 25.65% from 499); Blue value is 130 (51.17% from 255 or 26.05% from 499); Max value from RGB is 241 - color contains mainly: red. Hex color #F18082 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F18082 is #0E7F7D. Grayscale: #A2A2A2. Windows color (decimal): -950142 or 8552689. OLE color: 8552689.

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

Color convert

RGB 241 128 130 -
CMYK 0 0.47 0.46 0.05
HSL 358.94º 0.8% 0.72% -
HSV(B) 358.94º 0.47% 0.95% -
XYZ 48.02 35.75 25.49 -
YUV 162.02 109.94 184.34 -
System Red Green Blue C M Y K H S L
Decimal 241 128 130 0 0.47 0.46 0.05 358.94 0.8 0.72
Hex F1 80 82 0 2F 2E 5 167 50 48
Octal 361 200 202 0 57 56 5 547 120 110
Binary 11110001 10000000 10000010 0 101111 101110 101 101100111 1010000 1001000

Color Harmonies of #F18082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F18082

Black with #F18082

Text Example


Text Example

White with #F18082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F18082; }

 p { color: rgb(241,128,130); }

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

background-color css

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

 a { background-color: rgb(241,128,130); }

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

border-color css

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

 span { border-color: rgb(241,128,130); }

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