Html Css Color HEX #F07A7B Froly

📋 copy color: '#F07A7B'

red 240 ◦ green 122 ◦ blue 123

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

Shades of Froly #F07A7B

Tints of Froly #F07A7B

RGB

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

 GREEN value IS 122 (48.05% from 255) = 25.15%

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

R = 49.48%
G = 25.15%
B = 25.36%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.49

 K value IS 0.06

RGB Variations

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

Color information

#F07A7B (or 0xF07A7B) is known color: Froly. HEX triplet: F0, 7A and 7B. RGB value is (240,122,123). Sum of RGB (Red+Green+Blue) = 240+122+123=485 (64% of max value = 765). Red value is 240 (94.14% from 255 or 49.48% from 485); Green value is 122 (48.05% from 255 or 25.15% from 485); Blue value is 123 (48.44% from 255 or 25.36% from 485); Max value from RGB is 240 - color contains mainly: red. Hex color #F07A7B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F07A7B is #0F8584. Grayscale: #9D9D9D. Windows color (decimal): -1017221 or 8092400. OLE color: 8092400.

HSL color Cylindrical-coordinate representation of color #F07A7B: hue angle of 359.49º degrees, saturation: 0.8, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F07A7B is Cyan = 0, Magento = 0.49, Yellow = 0.49 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 122 123 -
CMYK 0 0.49 0.49 0.06
HSL 359.49º 0.8% 0.71% -
HSV(B) 359.49º 0.49% 0.94% -
XYZ 46.47 33.87 22.83 -
YUV 157.4 108.59 186.92 -
System Red Green Blue C M Y K H S L
Decimal 240 122 123 0 0.49 0.49 0.06 359.49 0.8 0.71
Hex F0 7A 7B 0 31 31 6 167 50 47
Octal 360 172 173 0 61 61 6 547 120 107
Binary 11110000 1111010 1111011 0 110001 110001 110 101100111 1010000 1000111

Color Harmonies of #F07A7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07A7B

Black with #F07A7B

Text Example


Text Example

White with #F07A7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07A7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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