Html Css Color HEX #F06351 Flamingo

📋 copy color: '#F06351'

red 240 ◦ green 99 ◦ blue 81

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

Shades of Flamingo #F06351

Tints of Flamingo #F06351

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 19.29%

R = 57.14%
G = 23.57%
B = 19.29%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.66

 K value IS 0.06

RGB Variations

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

Color information

#F06351 (or 0xF06351) is known color: Flamingo. HEX triplet: F0, 63 and 51. RGB value is (240,99,81). Sum of RGB (Red+Green+Blue) = 240+99+81=420 (55% of max value = 765). Red value is 240 (94.14% from 255 or 57.14% from 420); Green value is 99 (39.06% from 255 or 23.57% from 420); Blue value is 81 (32.03% from 255 or 19.29% from 420); Max value from RGB is 240 - color contains mainly: red. Hex color #F06351 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F06351 is #0F9CAE. Grayscale: #8B8B8B. Windows color (decimal): -1023151 or 5334000. OLE color: 5334000.

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

Color convert

RGB 240 99 81 -
CMYK 0 0.59 0.66 0.06
HSL 6.79º 0.84% 0.63% -
HSV(B) 6.79º 0.66% 0.94% -
XYZ 41.88 28.04 10.99 -
YUV 139.11 95.21 199.96 -
System Red Green Blue C M Y K H S L
Decimal 240 99 81 0 0.59 0.66 0.06 6.79 0.84 0.63
Hex F0 63 51 0 3B 42 6 7 54 3F
Octal 360 143 121 0 73 102 6 7 124 77
Binary 11110000 1100011 1010001 0 111011 1000010 110 111 1010100 111111

Color Harmonies of #F06351

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F06351

Black with #F06351

Text Example


Text Example

White with #F06351

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F06351; }

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

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

background-color css

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

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

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

border-color css

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

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

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