Html Css Color HEX #F06F7A Froly

📋 copy color: '#F06F7A'

red 240 ◦ green 111 ◦ blue 122

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

Shades of Froly #F06F7A

Tints of Froly #F06F7A

RGB

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

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

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

R = 50.74%
G = 23.47%
B = 25.79%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.49

 K value IS 0.06

RGB Variations

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

Color information

#F06F7A (or 0xF06F7A) is known color: Froly. HEX triplet: F0, 6F and 7A. RGB value is (240,111,122). Sum of RGB (Red+Green+Blue) = 240+111+122=473 (62% of max value = 765). Red value is 240 (94.14% from 255 or 50.74% from 473); Green value is 111 (43.75% from 255 or 23.47% from 473); Blue value is 122 (48.05% from 255 or 25.79% from 473); Max value from RGB is 240 - color contains mainly: red. Hex color #F06F7A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F06F7A is #0F9085. Grayscale: #969696. Windows color (decimal): -1020038 or 8024048. OLE color: 8024048.

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

Color convert

RGB 240 111 122 -
CMYK 0 0.54 0.49 0.06
HSL 354.88º 0.81% 0.69% -
HSV(B) 354.88º 0.54% 0.94% -
XYZ 45.13 31.3 22.07 -
YUV 150.83 111.74 191.61 -
System Red Green Blue C M Y K H S L
Decimal 240 111 122 0 0.54 0.49 0.06 354.88 0.81 0.69
Hex F0 6F 7A 0 36 31 6 163 51 45
Octal 360 157 172 0 66 61 6 543 121 105
Binary 11110000 1101111 1111010 0 110110 110001 110 101100011 1010001 1000101

Color Harmonies of #F06F7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F06F7A

Black with #F06F7A

Text Example


Text Example

White with #F06F7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F06F7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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