Html Css Color HEX #F0716A Geraldine

📋 copy color: '#F0716A'

red 240 ◦ green 113 ◦ blue 106

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

Shades of Geraldine #F0716A

Tints of Geraldine #F0716A

RGB

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

 GREEN value IS 113 (44.53% from 255) = 24.62%

 BLUE value IS 106 (41.8% from 255) = 23.09%

R = 52.29%
G = 24.62%
B = 23.09%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.56

 K value IS 0.06

RGB Variations

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

Color information

#F0716A (or 0xF0716A) is known color: Geraldine. HEX triplet: F0, 71 and 6A. RGB value is (240,113,106). Sum of RGB (Red+Green+Blue) = 240+113+106=459 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.29% from 459); Green value is 113 (44.53% from 255 or 24.62% from 459); Blue value is 106 (41.80% from 255 or 23.09% from 459); Max value from RGB is 240 - color contains mainly: red. Hex color #F0716A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F0716A is #0F8E95. Grayscale: #969696. Windows color (decimal): -1019542 or 6975984. OLE color: 6975984.

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

Color convert

RGB 240 113 106 -
CMYK 0 0.53 0.56 0.06
HSL 3.13º 0.82% 0.68% -
HSV(B) 3.13º 0.56% 0.94% -
XYZ 44.44 31.38 17.35 -
YUV 150.18 103.08 192.07 -
System Red Green Blue C M Y K H S L
Decimal 240 113 106 0 0.53 0.56 0.06 3.13 0.82 0.68
Hex F0 71 6A 0 35 38 6 3 52 44
Octal 360 161 152 0 65 70 6 3 122 104
Binary 11110000 1110001 1101010 0 110101 111000 110 11 1010010 1000100

Color Harmonies of #F0716A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0716A

Black with #F0716A

Text Example


Text Example

White with #F0716A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0716A; }

 p { color: rgb(240,113,106); }

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

background-color css

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

 a { background-color: rgb(240,113,106); }

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

border-color css

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

 span { border-color: rgb(240,113,106); }

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