Html Css Color HEX #F06C7D Froly

📋 copy color: '#F06C7D'

red 240 ◦ green 108 ◦ blue 125

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

Shades of Froly #F06C7D

Tints of Froly #F06C7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 26.43%

R = 50.74%
G = 22.83%
B = 26.43%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.48

 K value IS 0.06

RGB Variations

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

Color information

#F06C7D (or 0xF06C7D) is known color: Froly. HEX triplet: F0, 6C and 7D. RGB value is (240,108,125). Sum of RGB (Red+Green+Blue) = 240+108+125=473 (62% of max value = 765). Red value is 240 (94.14% from 255 or 50.74% from 473); Green value is 108 (42.58% from 255 or 22.83% from 473); Blue value is 125 (49.22% from 255 or 26.43% from 473); Max value from RGB is 240 - color contains mainly: red. Hex color #F06C7D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F06C7D is #0F9382. Grayscale: #959595. Windows color (decimal): -1020803 or 8219888. OLE color: 8219888.

HSL color Cylindrical-coordinate representation of color #F06C7D: hue angle of 352.27º 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 #F06C7D is Cyan = 0, Magento = 0.55, Yellow = 0.48 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 108 125 -
CMYK 0 0.55 0.48 0.06
HSL 352.27º 0.81% 0.68% -
HSV(B) 352.27º 0.55% 0.94% -
XYZ 45 30.73 22.96 -
YUV 149.41 114.23 192.62 -
System Red Green Blue C M Y K H S L
Decimal 240 108 125 0 0.55 0.48 0.06 352.27 0.81 0.68
Hex F0 6C 7D 0 37 30 6 160 51 44
Octal 360 154 175 0 67 60 6 540 121 104
Binary 11110000 1101100 1111101 0 110111 110000 110 101100000 1010001 1000100

Color Harmonies of #F06C7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F06C7D

Black with #F06C7D

Text Example


Text Example

White with #F06C7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F06C7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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