Html Css Color HEX #F06355 Flamingo

📋 copy color: '#F06355'

red 240 ◦ green 99 ◦ blue 85

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

Shades of Flamingo #F06355

Tints of Flamingo #F06355

RGB

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

 GREEN value IS 99 (39.06% from 255) = 23.35%

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

R = 56.6%
G = 23.35%
B = 20.05%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.65

 K value IS 0.06

RGB Variations

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

Color information

#F06355 (or 0xF06355) is known color: Flamingo. HEX triplet: F0, 63 and 55. RGB value is (240,99,85). Sum of RGB (Red+Green+Blue) = 240+99+85=424 (56% of max value = 765). Red value is 240 (94.14% from 255 or 56.60% from 424); Green value is 99 (39.06% from 255 or 23.35% from 424); Blue value is 85 (33.59% from 255 or 20.05% from 424); Max value from RGB is 240 - color contains mainly: red. Hex color #F06355 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F06355 is #0F9CAA. Grayscale: #8B8B8B. Windows color (decimal): -1023147 or 5596144. OLE color: 5596144.

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

Color convert

RGB 240 99 85 -
CMYK 0 0.59 0.65 0.06
HSL 5.42º 0.84% 0.64% -
HSV(B) 5.42º 0.65% 0.94% -
XYZ 42.04 28.1 11.8 -
YUV 139.56 97.21 199.64 -
System Red Green Blue C M Y K H S L
Decimal 240 99 85 0 0.59 0.65 0.06 5.42 0.84 0.64
Hex F0 63 55 0 3B 41 6 5 54 40
Octal 360 143 125 0 73 101 6 5 124 100
Binary 11110000 1100011 1010101 0 111011 1000001 110 101 1010100 1000000

Color Harmonies of #F06355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F06355

Black with #F06355

Text Example


Text Example

White with #F06355

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F06355; }

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

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

background-color css

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

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

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

border-color css

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

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

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