Html Css Color HEX #F07983 Froly

📋 copy color: '#F07983'

red 240 ◦ green 121 ◦ blue 131

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

Shades of Froly #F07983

Tints of Froly #F07983

RGB

 RED value IS 240 (94.14% from 255) = 48.78%

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

 BLUE value IS 131 (51.56% from 255) = 26.63%

R = 48.78%
G = 24.59%
B = 26.63%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.45

 K value IS 0.06

RGB Variations

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

Color information

#F07983 (or 0xF07983) is known color: Froly. HEX triplet: F0, 79 and 83. RGB value is (240,121,131). Sum of RGB (Red+Green+Blue) = 240+121+131=492 (65% of max value = 765). Red value is 240 (94.14% from 255 or 48.78% from 492); Green value is 121 (47.66% from 255 or 24.59% from 492); Blue value is 131 (51.56% from 255 or 26.63% from 492); Max value from RGB is 240 - color contains mainly: red. Hex color #F07983 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F07983 is #0F867C. Grayscale: #9D9D9D. Windows color (decimal): -1017469 or 8616432. OLE color: 8616432.

HSL color Cylindrical-coordinate representation of color #F07983: hue angle of 354.96º degrees, saturation: 0.8, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F07983 is Cyan = 0, Magento = 0.50, Yellow = 0.45 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 121 131 -
CMYK 0 0.50 0.45 0.06
HSL 354.96º 0.8% 0.71% -
HSV(B) 354.96º 0.5% 0.94% -
XYZ 46.87 33.84 25.53 -
YUV 157.72 112.92 186.69 -
System Red Green Blue C M Y K H S L
Decimal 240 121 131 0 0.50 0.45 0.06 354.96 0.8 0.71
Hex F0 79 83 0 32 2D 6 163 50 47
Octal 360 171 203 0 62 55 6 543 120 107
Binary 11110000 1111001 10000011 0 110010 101101 110 101100011 1010000 1000111

Color Harmonies of #F07983

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07983

Black with #F07983

Text Example


Text Example

White with #F07983

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07983; }

 p { color: rgb(240,121,131); }

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

background-color css

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

 a { background-color: rgb(240,121,131); }

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

border-color css

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

 span { border-color: rgb(240,121,131); }

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