Html Css Color HEX #F0614F Flamingo

📋 copy color: '#F0614F'

red 240 ◦ green 97 ◦ blue 79

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

Shades of Flamingo #F0614F

Tints of Flamingo #F0614F

RGB

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

 GREEN value IS 97 (38.28% from 255) = 23.32%

 BLUE value IS 79 (31.25% from 255) = 18.99%

R = 57.69%
G = 23.32%
B = 18.99%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.67

 K value IS 0.06

RGB Variations

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

Color information

#F0614F (or 0xF0614F) is known color: Flamingo. HEX triplet: F0, 61 and 4F. RGB value is (240,97,79). Sum of RGB (Red+Green+Blue) = 240+97+79=416 (55% of max value = 765). Red value is 240 (94.14% from 255 or 57.69% from 416); Green value is 97 (38.28% from 255 or 23.32% from 416); Blue value is 79 (31.25% from 255 or 18.99% from 416); Max value from RGB is 240 - color contains mainly: red. Hex color #F0614F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F0614F is #0F9EB0. Grayscale: #898989. Windows color (decimal): -1023665 or 5202416. OLE color: 5202416.

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

Color convert

RGB 240 97 79 -
CMYK 0 0.60 0.67 0.06
HSL 6.71º 0.84% 0.63% -
HSV(B) 6.71º 0.67% 0.94% -
XYZ 41.62 27.64 10.54 -
YUV 137.71 94.88 200.96 -
System Red Green Blue C M Y K H S L
Decimal 240 97 79 0 0.60 0.67 0.06 6.71 0.84 0.63
Hex F0 61 4F 0 3C 43 6 7 54 3F
Octal 360 141 117 0 74 103 6 7 124 77
Binary 11110000 1100001 1001111 0 111100 1000011 110 111 1010100 111111

Color Harmonies of #F0614F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0614F

Black with #F0614F

Text Example


Text Example

White with #F0614F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0614F; }

 p { color: rgb(240,97,79); }

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

background-color css

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

 a { background-color: rgb(240,97,79); }

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

border-color css

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

 span { border-color: rgb(240,97,79); }

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