Html Css Color HEX #F06C7F Froly

📋 copy color: '#F06C7F'

red 240 ◦ green 108 ◦ blue 127

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

Shades of Froly #F06C7F

Tints of Froly #F06C7F

RGB

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

 GREEN value IS 108 (42.58% from 255) = 22.74%

 BLUE value IS 127 (50% from 255) = 26.74%

R = 50.53%
G = 22.74%
B = 26.74%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.47

 K value IS 0.06

RGB Variations

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

Color information

#F06C7F (or 0xF06C7F) is known color: Froly. HEX triplet: F0, 6C and 7F. RGB value is (240,108,127). Sum of RGB (Red+Green+Blue) = 240+108+127=475 (62% of max value = 765). Red value is 240 (94.14% from 255 or 50.53% from 475); Green value is 108 (42.58% from 255 or 22.74% from 475); Blue value is 127 (50% from 255 or 26.74% from 475); Max value from RGB is 240 - color contains mainly: red. Hex color #F06C7F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F06C7F is #0F9380. Grayscale: #959595. Windows color (decimal): -1020801 or 8350960. OLE color: 8350960.

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

Color convert

RGB 240 108 127 -
CMYK 0 0.55 0.47 0.06
HSL 351.36º 0.81% 0.68% -
HSV(B) 351.36º 0.55% 0.94% -
XYZ 45.13 30.78 23.64 -
YUV 149.63 115.23 192.46 -
System Red Green Blue C M Y K H S L
Decimal 240 108 127 0 0.55 0.47 0.06 351.36 0.81 0.68
Hex F0 6C 7F 0 37 2F 6 15F 51 44
Octal 360 154 177 0 67 57 6 537 121 104
Binary 11110000 1101100 1111111 0 110111 101111 110 101011111 1010001 1000100

Color Harmonies of #F06C7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F06C7F

Black with #F06C7F

Text Example


Text Example

White with #F06C7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F06C7F; }

 p { color: rgb(240,108,127); }

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

background-color css

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

 a { background-color: rgb(240,108,127); }

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

border-color css

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

 span { border-color: rgb(240,108,127); }

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