Html Css Color HEX #F05F68 Froly

📋 copy color: '#F05F68'

red 240 ◦ green 95 ◦ blue 104

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

Shades of Froly #F05F68

Tints of Froly #F05F68

RGB

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

 GREEN value IS 95 (37.5% from 255) = 21.64%

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

R = 54.67%
G = 21.64%
B = 23.69%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.57

 K value IS 0.06

RGB Variations

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

Color information

#F05F68 (or 0xF05F68) is known color: Froly. HEX triplet: F0, 5F and 68. RGB value is (240,95,104). Sum of RGB (Red+Green+Blue) = 240+95+104=439 (58% of max value = 765). Red value is 240 (94.14% from 255 or 54.67% from 439); Green value is 95 (37.5% from 255 or 21.64% from 439); Blue value is 104 (41.02% from 255 or 23.69% from 439); Max value from RGB is 240 - color contains mainly: red. Hex color #F05F68 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F05F68 is #0FA097. Grayscale: #8B8B8B. Windows color (decimal): -1024152 or 6840304. OLE color: 6840304.

HSL color Cylindrical-coordinate representation of color #F05F68: hue angle of 356.28º degrees, saturation: 0.83, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F05F68 is Cyan = 0, Magento = 0.60, Yellow = 0.57 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 95 104 -
CMYK 0 0.60 0.57 0.06
HSL 356.28º 0.83% 0.66% -
HSV(B) 356.28º 0.6% 0.94% -
XYZ 42.53 27.71 16.2 -
YUV 139.38 108.04 199.77 -
System Red Green Blue C M Y K H S L
Decimal 240 95 104 0 0.60 0.57 0.06 356.28 0.83 0.66
Hex F0 5F 68 0 3C 39 6 164 53 42
Octal 360 137 150 0 74 71 6 544 123 102
Binary 11110000 1011111 1101000 0 111100 111001 110 101100100 1010011 1000010

Color Harmonies of #F05F68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F05F68

Black with #F05F68

Text Example


Text Example

White with #F05F68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F05F68; }

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

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

background-color css

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

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

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

border-color css

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

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

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