Html Css Color HEX #F76F7A Froly

📋 copy color: '#F76F7A'

red 247 ◦ green 111 ◦ blue 122

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

Shades of Froly #F76F7A

Tints of Froly #F76F7A

RGB

 RED value IS 247 (96.88% from 255) = 51.46%

 GREEN value IS 111 (43.75% from 255) = 23.13%

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

R = 51.46%
G = 23.13%
B = 25.42%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.51

 K value IS 0.03

RGB Variations

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

Color information

#F76F7A (or 0xF76F7A) is known color: Froly. HEX triplet: F7, 6F and 7A. RGB value is (247,111,122). Sum of RGB (Red+Green+Blue) = 247+111+122=480 (63% of max value = 765). Red value is 247 (96.88% from 255 or 51.46% from 480); Green value is 111 (43.75% from 255 or 23.12% from 480); Blue value is 122 (48.05% from 255 or 25.42% from 480); Max value from RGB is 247 - color contains mainly: red. Hex color #F76F7A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F76F7A is #089085. Grayscale: #999999. Windows color (decimal): -561286 or 8024055. OLE color: 8024055.

HSL color Cylindrical-coordinate representation of color #F76F7A: hue angle of 355.15º degrees, saturation: 0.89, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F76F7A is Cyan = 0, Magento = 0.55, Yellow = 0.51 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 111 122 -
CMYK 0 0.55 0.51 0.03
HSL 355.15º 0.89% 0.7% -
HSV(B) 355.15º 0.55% 0.97% -
XYZ 47.56 32.55 22.19 -
YUV 152.92 110.56 195.11 -
System Red Green Blue C M Y K H S L
Decimal 247 111 122 0 0.55 0.51 0.03 355.15 0.89 0.7
Hex F7 6F 7A 0 37 33 3 163 59 46
Octal 367 157 172 0 67 63 3 543 131 106
Binary 11110111 1101111 1111010 0 110111 110011 11 101100011 1011001 1000110

Color Harmonies of #F76F7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F76F7A

Black with #F76F7A

Text Example


Text Example

White with #F76F7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F76F7A; }

 p { color: rgb(247,111,122); }

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

background-color css

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

 a { background-color: rgb(247,111,122); }

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

border-color css

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

 span { border-color: rgb(247,111,122); }

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