Html Css Color HEX #F07280 Froly

📋 copy color: '#F07280'

red 240 ◦ green 114 ◦ blue 128

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

Shades of Froly #F07280

Tints of Froly #F07280

RGB

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

 GREEN value IS 114 (44.92% from 255) = 23.65%

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

R = 49.79%
G = 23.65%
B = 26.56%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.47

 K value IS 0.06

RGB Variations

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

Color information

#F07280 (or 0xF07280) is known color: Froly. HEX triplet: F0, 72 and 80. RGB value is (240,114,128). Sum of RGB (Red+Green+Blue) = 240+114+128=482 (63% of max value = 765). Red value is 240 (94.14% from 255 or 49.79% from 482); Green value is 114 (44.92% from 255 or 23.65% from 482); Blue value is 128 (50.39% from 255 or 26.56% from 482); Max value from RGB is 240 - color contains mainly: red. Hex color #F07280 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F07280 is #0F8D7F. Grayscale: #999999. Windows color (decimal): -1019264 or 8418032. OLE color: 8418032.

HSL color Cylindrical-coordinate representation of color #F07280: hue angle of 353.33º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F07280 is Cyan = 0, Magento = 0.52, Yellow = 0.47 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 114 128 -
CMYK 0 0.52 0.47 0.06
HSL 353.33º 0.81% 0.69% -
HSV(B) 353.33º 0.53% 0.94% -
XYZ 45.85 32.12 24.21 -
YUV 153.27 113.74 189.86 -
System Red Green Blue C M Y K H S L
Decimal 240 114 128 0 0.52 0.47 0.06 353.33 0.81 0.69
Hex F0 72 80 0 34 2F 6 161 51 45
Octal 360 162 200 0 64 57 6 541 121 105
Binary 11110000 1110010 10000000 0 110100 101111 110 101100001 1010001 1000101

Color Harmonies of #F07280

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07280

Black with #F07280

Text Example


Text Example

White with #F07280

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07280; }

 p { color: rgb(240,114,128); }

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

background-color css

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

 a { background-color: rgb(240,114,128); }

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

border-color css

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

 span { border-color: rgb(240,114,128); }

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