Html Css Color HEX #F37982 Froly

📋 copy color: '#F37982'

red 243 ◦ green 121 ◦ blue 130

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

Shades of Froly #F37982

Tints of Froly #F37982

RGB

 RED value IS 243 (95.31% from 255) = 49.19%

 GREEN value IS 121 (47.66% from 255) = 24.49%

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

R = 49.19%
G = 24.49%
B = 26.32%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.47

 K value IS 0.05

RGB Variations

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

Color information

#F37982 (or 0xF37982) is known color: Froly. HEX triplet: F3, 79 and 82. RGB value is (243,121,130). Sum of RGB (Red+Green+Blue) = 243+121+130=494 (65% of max value = 765). Red value is 243 (95.31% from 255 or 49.19% from 494); Green value is 121 (47.66% from 255 or 24.49% from 494); Blue value is 130 (51.17% from 255 or 26.32% from 494); Max value from RGB is 243 - color contains mainly: red. Hex color #F37982 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F37982 is #0C867D. Grayscale: #9E9E9E. Windows color (decimal): -820862 or 8550899. OLE color: 8550899.

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

Color convert

RGB 243 121 130 -
CMYK 0 0.50 0.47 0.05
HSL 355.57º 0.84% 0.71% -
HSV(B) 355.57º 0.5% 0.95% -
XYZ 47.83 34.34 25.23 -
YUV 158.5 111.92 188.27 -
System Red Green Blue C M Y K H S L
Decimal 243 121 130 0 0.50 0.47 0.05 355.57 0.84 0.71
Hex F3 79 82 0 32 2F 5 164 54 47
Octal 363 171 202 0 62 57 5 544 124 107
Binary 11110011 1111001 10000010 0 110010 101111 101 101100100 1010100 1000111

Color Harmonies of #F37982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F37982

Black with #F37982

Text Example


Text Example

White with #F37982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F37982; }

 p { color: rgb(243,121,130); }

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

background-color css

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

 a { background-color: rgb(243,121,130); }

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

border-color css

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

 span { border-color: rgb(243,121,130); }

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