Html Css Color HEX #F06468 Froly

📋 copy color: '#F06468'

red 240 ◦ green 100 ◦ blue 104

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

Shades of Froly #F06468

Tints of Froly #F06468

RGB

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

 GREEN value IS 100 (39.45% from 255) = 22.52%

 BLUE value IS 104 (41.02% from 255) = 23.42%

R = 54.05%
G = 22.52%
B = 23.42%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.57

 K value IS 0.06

RGB Variations

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

Color information

#F06468 (or 0xF06468) is known color: Froly. HEX triplet: F0, 64 and 68. RGB value is (240,100,104). Sum of RGB (Red+Green+Blue) = 240+100+104=444 (58% of max value = 765). Red value is 240 (94.14% from 255 or 54.05% from 444); Green value is 100 (39.45% from 255 or 22.52% from 444); Blue value is 104 (41.02% from 255 or 23.42% from 444); Max value from RGB is 240 - color contains mainly: red. Hex color #F06468 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F06468 is #0F9B97. Grayscale: #8E8E8E. Windows color (decimal): -1022872 or 6841584. OLE color: 6841584.

HSL color Cylindrical-coordinate representation of color #F06468: hue angle of 358.29º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F06468 is Cyan = 0, Magento = 0.58, Yellow = 0.57 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 100 104 -
CMYK 0 0.58 0.57 0.06
HSL 358.29º 0.82% 0.67% -
HSV(B) 358.29º 0.58% 0.94% -
XYZ 42.99 28.64 16.36 -
YUV 142.32 106.38 197.67 -
System Red Green Blue C M Y K H S L
Decimal 240 100 104 0 0.58 0.57 0.06 358.29 0.82 0.67
Hex F0 64 68 0 3A 39 6 166 52 43
Octal 360 144 150 0 72 71 6 546 122 103
Binary 11110000 1100100 1101000 0 111010 111001 110 101100110 1010010 1000011

Color Harmonies of #F06468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F06468

Black with #F06468

Text Example


Text Example

White with #F06468

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F06468; }

 p { color: rgb(240,100,104); }

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

background-color css

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

 a { background-color: rgb(240,100,104); }

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

border-color css

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

 span { border-color: rgb(240,100,104); }

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