Html Css Color HEX #F06C7E Froly

📋 copy color: '#F06C7E'

red 240 ◦ green 108 ◦ blue 126

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

Shades of Froly #F06C7E

Tints of Froly #F06C7E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 26.58%

R = 50.63%
G = 22.78%
B = 26.58%

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

#F06C7E (or 0xF06C7E) is known color: Froly. HEX triplet: F0, 6C and 7E. RGB value is (240,108,126). Sum of RGB (Red+Green+Blue) = 240+108+126=474 (62% of max value = 765). Red value is 240 (94.14% from 255 or 50.63% from 474); Green value is 108 (42.58% from 255 or 22.78% from 474); Blue value is 126 (49.61% from 255 or 26.58% from 474); Max value from RGB is 240 - color contains mainly: red. Hex color #F06C7E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F06C7E is #0F9381. Grayscale: #959595. Windows color (decimal): -1020802 or 8285424. OLE color: 8285424.

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

Color convert

RGB 240 108 126 -
CMYK 0 0.55 0.48 0.06
HSL 351.82º 0.81% 0.68% -
HSV(B) 351.82º 0.55% 0.94% -
XYZ 45.06 30.76 23.3 -
YUV 149.52 114.73 192.54 -
System Red Green Blue C M Y K H S L
Decimal 240 108 126 0 0.55 0.48 0.06 351.82 0.81 0.68
Hex F0 6C 7E 0 37 30 6 160 51 44
Octal 360 154 176 0 67 60 6 540 121 104
Binary 11110000 1101100 1111110 0 110111 110000 110 101100000 1010001 1000100

Color Harmonies of #F06C7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F06C7E

Black with #F06C7E

Text Example


Text Example

White with #F06C7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F06C7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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