Html Css Color HEX #F0736B Geraldine

📋 copy color: '#F0736B'

red 240 ◦ green 115 ◦ blue 107

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

Shades of Geraldine #F0736B

Tints of Geraldine #F0736B

RGB

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

 GREEN value IS 115 (45.31% from 255) = 24.89%

 BLUE value IS 107 (42.19% from 255) = 23.16%

R = 51.95%
G = 24.89%
B = 23.16%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.55

 K value IS 0.06

RGB Variations

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

Color information

#F0736B (or 0xF0736B) is known color: Geraldine. HEX triplet: F0, 73 and 6B. RGB value is (240,115,107). Sum of RGB (Red+Green+Blue) = 240+115+107=462 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.95% from 462); Green value is 115 (45.31% from 255 or 24.89% from 462); Blue value is 107 (42.19% from 255 or 23.16% from 462); Max value from RGB is 240 - color contains mainly: red. Hex color #F0736B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F0736B is #0F8C94. Grayscale: #979797. Windows color (decimal): -1019029 or 7042032. OLE color: 7042032.

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

Color convert

RGB 240 115 107 -
CMYK 0 0.52 0.55 0.06
HSL 3.61º 0.82% 0.68% -
HSV(B) 3.61º 0.55% 0.94% -
XYZ 44.72 31.85 17.7 -
YUV 151.46 102.91 191.15 -
System Red Green Blue C M Y K H S L
Decimal 240 115 107 0 0.52 0.55 0.06 3.61 0.82 0.68
Hex F0 73 6B 0 34 37 6 4 52 44
Octal 360 163 153 0 64 67 6 4 122 104
Binary 11110000 1110011 1101011 0 110100 110111 110 100 1010010 1000100

Color Harmonies of #F0736B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0736B

Black with #F0736B

Text Example


Text Example

White with #F0736B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0736B; }

 p { color: rgb(240,115,107); }

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

background-color css

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

 a { background-color: rgb(240,115,107); }

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

border-color css

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

 span { border-color: rgb(240,115,107); }

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