Html Css Color HEX #F37880 Froly

📋 copy color: '#F37880'

red 243 ◦ green 120 ◦ blue 128

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

Shades of Froly #F37880

Tints of Froly #F37880

RGB

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

 GREEN value IS 120 (47.27% from 255) = 24.44%

 BLUE value IS 128 (50.39% from 255) = 26.07%

R = 49.49%
G = 24.44%
B = 26.07%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.47

 K value IS 0.05

RGB Variations

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

Color information

#F37880 (or 0xF37880) is known color: Froly. HEX triplet: F3, 78 and 80. RGB value is (243,120,128). Sum of RGB (Red+Green+Blue) = 243+120+128=491 (65% of max value = 765). Red value is 243 (95.31% from 255 or 49.49% from 491); Green value is 120 (47.27% from 255 or 24.44% from 491); Blue value is 128 (50.39% from 255 or 26.07% from 491); Max value from RGB is 243 - color contains mainly: red. Hex color #F37880 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F37880 is #0C877F. Grayscale: #9D9D9D. Windows color (decimal): -821120 or 8419571. OLE color: 8419571.

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

Color convert

RGB 243 120 128 -
CMYK 0 0.51 0.47 0.05
HSL 356.1º 0.84% 0.71% -
HSV(B) 356.1º 0.51% 0.95% -
XYZ 47.57 34.05 24.49 -
YUV 157.69 111.25 188.85 -
System Red Green Blue C M Y K H S L
Decimal 243 120 128 0 0.51 0.47 0.05 356.1 0.84 0.71
Hex F3 78 80 0 33 2F 5 164 54 47
Octal 363 170 200 0 63 57 5 544 124 107
Binary 11110011 1111000 10000000 0 110011 101111 101 101100100 1010100 1000111

Color Harmonies of #F37880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F37880

Black with #F37880

Text Example


Text Example

White with #F37880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F37880; }

 p { color: rgb(243,120,128); }

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

background-color css

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

 a { background-color: rgb(243,120,128); }

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

border-color css

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

 span { border-color: rgb(243,120,128); }

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