Html Css Color HEX #F0634D Flamingo

📋 copy color: '#F0634D'

red 240 ◦ green 99 ◦ blue 77

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

Shades of Flamingo #F0634D

Tints of Flamingo #F0634D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 18.51%

R = 57.69%
G = 23.8%
B = 18.51%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.68

 K value IS 0.06

RGB Variations

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

Color information

#F0634D (or 0xF0634D) is known color: Flamingo. HEX triplet: F0, 63 and 4D. RGB value is (240,99,77). Sum of RGB (Red+Green+Blue) = 240+99+77=416 (55% of max value = 765). Red value is 240 (94.14% from 255 or 57.69% from 416); Green value is 99 (39.06% from 255 or 23.80% from 416); Blue value is 77 (30.47% from 255 or 18.51% from 416); Max value from RGB is 240 - color contains mainly: red. Hex color #F0634D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F0634D is #0F9CB2. Grayscale: #8A8A8A. Windows color (decimal): -1023155 or 5071856. OLE color: 5071856.

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

Color convert

RGB 240 99 77 -
CMYK 0 0.59 0.68 0.06
HSL 8.1º 0.84% 0.62% -
HSV(B) 8.1º 0.68% 0.94% -
XYZ 41.74 27.98 10.22 -
YUV 138.65 93.21 200.29 -
System Red Green Blue C M Y K H S L
Decimal 240 99 77 0 0.59 0.68 0.06 8.1 0.84 0.62
Hex F0 63 4D 0 3B 44 6 8 54 3E
Octal 360 143 115 0 73 104 6 10 124 76
Binary 11110000 1100011 1001101 0 111011 1000100 110 1000 1010100 111110

Color Harmonies of #F0634D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0634D

Black with #F0634D

Text Example


Text Example

White with #F0634D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0634D; }

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

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

background-color css

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

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

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

border-color css

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

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

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