Html Css Color HEX #F0727C Froly

📋 copy color: '#F0727C'

red 240 ◦ green 114 ◦ blue 124

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

Shades of Froly #F0727C

Tints of Froly #F0727C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 25.94%

R = 50.21%
G = 23.85%
B = 25.94%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.48

 K value IS 0.06

RGB Variations

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

Color information

#F0727C (or 0xF0727C) is known color: Froly. HEX triplet: F0, 72 and 7C. RGB value is (240,114,124). Sum of RGB (Red+Green+Blue) = 240+114+124=478 (63% of max value = 765). Red value is 240 (94.14% from 255 or 50.21% from 478); Green value is 114 (44.92% from 255 or 23.85% from 478); Blue value is 124 (48.83% from 255 or 25.94% from 478); Max value from RGB is 240 - color contains mainly: red. Hex color #F0727C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F0727C is #0F8D83. Grayscale: #989898. Windows color (decimal): -1019268 or 8155888. OLE color: 8155888.

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

Color convert

RGB 240 114 124 -
CMYK 0 0.52 0.48 0.06
HSL 355.24º 0.81% 0.69% -
HSV(B) 355.24º 0.53% 0.94% -
XYZ 45.59 32.02 22.85 -
YUV 152.81 111.74 190.19 -
System Red Green Blue C M Y K H S L
Decimal 240 114 124 0 0.52 0.48 0.06 355.24 0.81 0.69
Hex F0 72 7C 0 34 30 6 163 51 45
Octal 360 162 174 0 64 60 6 543 121 105
Binary 11110000 1110010 1111100 0 110100 110000 110 101100011 1010001 1000101

Color Harmonies of #F0727C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0727C

Black with #F0727C

Text Example


Text Example

White with #F0727C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0727C; }

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

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

background-color css

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

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

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

border-color css

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

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

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