Html Css Color HEX #F07281 Froly

📋 copy color: '#F07281'

red 240 ◦ green 114 ◦ blue 129

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

Shades of Froly #F07281

Tints of Froly #F07281

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 26.71%

R = 49.69%
G = 23.6%
B = 26.71%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.46

 K value IS 0.06

RGB Variations

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

Color information

#F07281 (or 0xF07281) is known color: Froly. HEX triplet: F0, 72 and 81. RGB value is (240,114,129). Sum of RGB (Red+Green+Blue) = 240+114+129=483 (63% of max value = 765). Red value is 240 (94.14% from 255 or 49.69% from 483); Green value is 114 (44.92% from 255 or 23.60% from 483); Blue value is 129 (50.78% from 255 or 26.71% from 483); Max value from RGB is 240 - color contains mainly: red. Hex color #F07281 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F07281 is #0F8D7E. Grayscale: #999999. Windows color (decimal): -1019263 or 8483568. OLE color: 8483568.

HSL color Cylindrical-coordinate representation of color #F07281: hue angle of 352.86º 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 #F07281 is Cyan = 0, Magento = 0.52, Yellow = 0.46 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 114 129 -
CMYK 0 0.52 0.46 0.06
HSL 352.86º 0.81% 0.69% -
HSV(B) 352.86º 0.53% 0.94% -
XYZ 45.91 32.14 24.55 -
YUV 153.38 114.24 189.78 -
System Red Green Blue C M Y K H S L
Decimal 240 114 129 0 0.52 0.46 0.06 352.86 0.81 0.69
Hex F0 72 81 0 34 2E 6 161 51 45
Octal 360 162 201 0 64 56 6 541 121 105
Binary 11110000 1110010 10000001 0 110100 101110 110 101100001 1010001 1000101

Color Harmonies of #F07281

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07281

Black with #F07281

Text Example


Text Example

White with #F07281

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07281; }

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

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

background-color css

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

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

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

border-color css

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

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

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