Html Css Color HEX #F06755 Flamingo

📋 copy color: '#F06755'

red 240 ◦ green 103 ◦ blue 85

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

Shades of Flamingo #F06755

Tints of Flamingo #F06755

RGB

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

 GREEN value IS 103 (40.63% from 255) = 24.07%

 BLUE value IS 85 (33.59% from 255) = 19.86%

R = 56.07%
G = 24.07%
B = 19.86%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.65

 K value IS 0.06

RGB Variations

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

Color information

#F06755 (or 0xF06755) is known color: Flamingo. HEX triplet: F0, 67 and 55. RGB value is (240,103,85). Sum of RGB (Red+Green+Blue) = 240+103+85=428 (56% of max value = 765). Red value is 240 (94.14% from 255 or 56.07% from 428); Green value is 103 (40.62% from 255 or 24.07% from 428); Blue value is 85 (33.59% from 255 or 19.86% from 428); Max value from RGB is 240 - color contains mainly: red. Hex color #F06755 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F06755 is #0F98AA. Grayscale: #8E8E8E. Windows color (decimal): -1022123 or 5597168. OLE color: 5597168.

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

Color convert

RGB 240 103 85 -
CMYK 0 0.57 0.65 0.06
HSL 6.97º 0.84% 0.64% -
HSV(B) 6.97º 0.65% 0.94% -
XYZ 42.43 28.88 11.93 -
YUV 141.91 95.89 197.96 -
System Red Green Blue C M Y K H S L
Decimal 240 103 85 0 0.57 0.65 0.06 6.97 0.84 0.64
Hex F0 67 55 0 39 41 6 7 54 40
Octal 360 147 125 0 71 101 6 7 124 100
Binary 11110000 1100111 1010101 0 111001 1000001 110 111 1010100 1000000

Color Harmonies of #F06755

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F06755

Black with #F06755

Text Example


Text Example

White with #F06755

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F06755; }

 p { color: rgb(240,103,85); }

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

background-color css

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

 a { background-color: rgb(240,103,85); }

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

border-color css

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

 span { border-color: rgb(240,103,85); }

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