Html Css Color HEX #F0727B Froly

📋 copy color: '#F0727B'

red 240 ◦ green 114 ◦ blue 123

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

Shades of Froly #F0727B

Tints of Froly #F0727B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 25.79%

R = 50.31%
G = 23.9%
B = 25.79%

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

#F0727B (or 0xF0727B) is known color: Froly. HEX triplet: F0, 72 and 7B. RGB value is (240,114,123). Sum of RGB (Red+Green+Blue) = 240+114+123=477 (63% of max value = 765). Red value is 240 (94.14% from 255 or 50.31% from 477); Green value is 114 (44.92% from 255 or 23.90% from 477); Blue value is 123 (48.44% from 255 or 25.79% from 477); Max value from RGB is 240 - color contains mainly: red. Hex color #F0727B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F0727B is #0F8D84. Grayscale: #989898. Windows color (decimal): -1019269 or 8090352. OLE color: 8090352.

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

Color convert

RGB 240 114 123 -
CMYK 0 0.52 0.49 0.06
HSL 355.71º 0.81% 0.69% -
HSV(B) 355.71º 0.53% 0.94% -
XYZ 45.53 31.99 22.51 -
YUV 152.7 111.24 190.27 -
System Red Green Blue C M Y K H S L
Decimal 240 114 123 0 0.52 0.49 0.06 355.71 0.81 0.69
Hex F0 72 7B 0 34 31 6 164 51 45
Octal 360 162 173 0 64 61 6 544 121 105
Binary 11110000 1110010 1111011 0 110100 110001 110 101100100 1010001 1000101

Color Harmonies of #F0727B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0727B

Black with #F0727B

Text Example


Text Example

White with #F0727B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0727B; }

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

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

background-color css

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

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

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

border-color css

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

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

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