Html Css Color HEX #F0707A Froly

📋 copy color: '#F0707A'

red 240 ◦ green 112 ◦ blue 122

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

Shades of Froly #F0707A

Tints of Froly #F0707A

RGB

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

 GREEN value IS 112 (44.14% from 255) = 23.63%

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

R = 50.63%
G = 23.63%
B = 25.74%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.49

 K value IS 0.06

RGB Variations

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

Color information

#F0707A (or 0xF0707A) is known color: Froly. HEX triplet: F0, 70 and 7A. RGB value is (240,112,122). Sum of RGB (Red+Green+Blue) = 240+112+122=474 (62% of max value = 765). Red value is 240 (94.14% from 255 or 50.63% from 474); Green value is 112 (44.14% from 255 or 23.63% from 474); Blue value is 122 (48.05% from 255 or 25.74% from 474); Max value from RGB is 240 - color contains mainly: red. Hex color #F0707A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F0707A is #0F8F85. Grayscale: #979797. Windows color (decimal): -1019782 or 8024304. OLE color: 8024304.

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

Color convert

RGB 240 112 122 -
CMYK 0 0.53 0.49 0.06
HSL 355.31º 0.81% 0.69% -
HSV(B) 355.31º 0.53% 0.94% -
XYZ 45.24 31.52 22.11 -
YUV 151.41 111.41 191.19 -
System Red Green Blue C M Y K H S L
Decimal 240 112 122 0 0.53 0.49 0.06 355.31 0.81 0.69
Hex F0 70 7A 0 35 31 6 163 51 45
Octal 360 160 172 0 65 61 6 543 121 105
Binary 11110000 1110000 1111010 0 110101 110001 110 101100011 1010001 1000101

Color Harmonies of #F0707A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0707A

Black with #F0707A

Text Example


Text Example

White with #F0707A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0707A; }

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

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

background-color css

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

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

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

border-color css

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

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

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