Html Css Color HEX #F0726B Geraldine

📋 copy color: '#F0726B'

red 240 ◦ green 114 ◦ blue 107

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

Shades of Geraldine #F0726B

Tints of Geraldine #F0726B

RGB

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

 GREEN value IS 114 (44.92% from 255) = 24.73%

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

R = 52.06%
G = 24.73%
B = 23.21%

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

#F0726B (or 0xF0726B) is known color: Geraldine. HEX triplet: F0, 72 and 6B. RGB value is (240,114,107). Sum of RGB (Red+Green+Blue) = 240+114+107=461 (61% of max value = 765). Red value is 240 (94.14% from 255 or 52.06% from 461); Green value is 114 (44.92% from 255 or 24.73% from 461); Blue value is 107 (42.19% from 255 or 23.21% from 461); Max value from RGB is 240 - color contains mainly: red. Hex color #F0726B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F0726B is #0F8D94. Grayscale: #979797. Windows color (decimal): -1019285 or 7041776. OLE color: 7041776.

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

Color convert

RGB 240 114 107 -
CMYK 0 0.52 0.55 0.06
HSL 3.16º 0.82% 0.68% -
HSV(B) 3.16º 0.55% 0.94% -
XYZ 44.61 31.62 17.66 -
YUV 150.88 103.24 191.57 -
System Red Green Blue C M Y K H S L
Decimal 240 114 107 0 0.52 0.55 0.06 3.16 0.82 0.68
Hex F0 72 6B 0 34 37 6 3 52 44
Octal 360 162 153 0 64 67 6 3 122 104
Binary 11110000 1110010 1101011 0 110100 110111 110 11 1010010 1000100

Color Harmonies of #F0726B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0726B

Black with #F0726B

Text Example


Text Example

White with #F0726B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0726B; }

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

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

background-color css

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

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

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

border-color css

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

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

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