Html Css Color HEX #F0727A Froly

📋 copy color: '#F0727A'

red 240 ◦ green 114 ◦ blue 122

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

Shades of Froly #F0727A

Tints of Froly #F0727A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 25.63%

R = 50.42%
G = 23.95%
B = 25.63%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.49

 K value IS 0.06

RGB Variations

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

Color information

#F0727A (or 0xF0727A) is known color: Froly. HEX triplet: F0, 72 and 7A. RGB value is (240,114,122). Sum of RGB (Red+Green+Blue) = 240+114+122=476 (63% of max value = 765). Red value is 240 (94.14% from 255 or 50.42% from 476); Green value is 114 (44.92% from 255 or 23.95% from 476); Blue value is 122 (48.05% from 255 or 25.63% from 476); Max value from RGB is 240 - color contains mainly: red. Hex color #F0727A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F0727A is #0F8D85. Grayscale: #989898. Windows color (decimal): -1019270 or 8024816. OLE color: 8024816.

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

Color convert

RGB 240 114 122 -
CMYK 0 0.52 0.49 0.06
HSL 356.19º 0.81% 0.69% -
HSV(B) 356.19º 0.53% 0.94% -
XYZ 45.47 31.97 22.19 -
YUV 152.59 110.74 190.35 -
System Red Green Blue C M Y K H S L
Decimal 240 114 122 0 0.52 0.49 0.06 356.19 0.81 0.69
Hex F0 72 7A 0 34 31 6 164 51 45
Octal 360 162 172 0 64 61 6 544 121 105
Binary 11110000 1110010 1111010 0 110100 110001 110 101100100 1010001 1000101

Color Harmonies of #F0727A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0727A

Black with #F0727A

Text Example


Text Example

White with #F0727A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0727A; }

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

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

background-color css

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

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

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

border-color css

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

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

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