Html Css Color HEX #F07468 Geraldine

📋 copy color: '#F07468'

red 240 ◦ green 116 ◦ blue 104

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

Shades of Geraldine #F07468

Tints of Geraldine #F07468

RGB

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

 GREEN value IS 116 (45.7% from 255) = 25.22%

 BLUE value IS 104 (41.02% from 255) = 22.61%

R = 52.17%
G = 25.22%
B = 22.61%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.57

 K value IS 0.06

RGB Variations

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

Color information

#F07468 (or 0xF07468) is known color: Geraldine. HEX triplet: F0, 74 and 68. RGB value is (240,116,104). Sum of RGB (Red+Green+Blue) = 240+116+104=460 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.17% from 460); Green value is 116 (45.70% from 255 or 25.22% from 460); Blue value is 104 (41.02% from 255 or 22.61% from 460); Max value from RGB is 240 - color contains mainly: red. Hex color #F07468 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F07468 is #0F8B97. Grayscale: #979797. Windows color (decimal): -1018776 or 6845680. OLE color: 6845680.

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

Color convert

RGB 240 116 104 -
CMYK 0 0.52 0.57 0.06
HSL 5.29º 0.82% 0.67% -
HSV(B) 5.29º 0.57% 0.94% -
XYZ 44.68 32.02 16.92 -
YUV 151.71 101.08 190.98 -
System Red Green Blue C M Y K H S L
Decimal 240 116 104 0 0.52 0.57 0.06 5.29 0.82 0.67
Hex F0 74 68 0 34 39 6 5 52 43
Octal 360 164 150 0 64 71 6 5 122 103
Binary 11110000 1110100 1101000 0 110100 111001 110 101 1010010 1000011

Color Harmonies of #F07468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07468

Black with #F07468

Text Example


Text Example

White with #F07468

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07468; }

 p { color: rgb(240,116,104); }

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

background-color css

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

 a { background-color: rgb(240,116,104); }

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

border-color css

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

 span { border-color: rgb(240,116,104); }

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