Html Css Color HEX #F06C7B Froly

📋 copy color: '#F06C7B'

red 240 ◦ green 108 ◦ blue 123

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

Shades of Froly #F06C7B

Tints of Froly #F06C7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 26.11%

R = 50.96%
G = 22.93%
B = 26.11%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.49

 K value IS 0.06

RGB Variations

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

Color information

#F06C7B (or 0xF06C7B) is known color: Froly. HEX triplet: F0, 6C and 7B. RGB value is (240,108,123). Sum of RGB (Red+Green+Blue) = 240+108+123=471 (62% of max value = 765). Red value is 240 (94.14% from 255 or 50.96% from 471); Green value is 108 (42.58% from 255 or 22.93% from 471); Blue value is 123 (48.44% from 255 or 26.11% from 471); Max value from RGB is 240 - color contains mainly: red. Hex color #F06C7B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F06C7B is #0F9384. Grayscale: #959595. Windows color (decimal): -1020805 or 8088816. OLE color: 8088816.

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

Color convert

RGB 240 108 123 -
CMYK 0 0.55 0.49 0.06
HSL 353.18º 0.81% 0.68% -
HSV(B) 353.18º 0.55% 0.94% -
XYZ 44.87 30.68 22.3 -
YUV 149.18 113.23 192.78 -
System Red Green Blue C M Y K H S L
Decimal 240 108 123 0 0.55 0.49 0.06 353.18 0.81 0.68
Hex F0 6C 7B 0 37 31 6 161 51 44
Octal 360 154 173 0 67 61 6 541 121 104
Binary 11110000 1101100 1111011 0 110111 110001 110 101100001 1010001 1000100

Color Harmonies of #F06C7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F06C7B

Black with #F06C7B

Text Example


Text Example

White with #F06C7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F06C7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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