Html Css Color HEX #F0716B Geraldine

📋 copy color: '#F0716B'

red 240 ◦ green 113 ◦ blue 107

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

Shades of Geraldine #F0716B

Tints of Geraldine #F0716B

RGB

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

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

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

R = 52.17%
G = 24.57%
B = 23.26%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.55

 K value IS 0.06

RGB Variations

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

Color information

#F0716B (or 0xF0716B) is known color: Geraldine. HEX triplet: F0, 71 and 6B. RGB value is (240,113,107). Sum of RGB (Red+Green+Blue) = 240+113+107=460 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.17% from 460); Green value is 113 (44.53% from 255 or 24.57% from 460); Blue value is 107 (42.19% from 255 or 23.26% from 460); Max value from RGB is 240 - color contains mainly: red. Hex color #F0716B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F0716B is #0F8E94. Grayscale: #969696. Windows color (decimal): -1019541 or 7041520. OLE color: 7041520.

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

Color convert

RGB 240 113 107 -
CMYK 0 0.53 0.55 0.06
HSL 2.71º 0.82% 0.68% -
HSV(B) 2.71º 0.55% 0.94% -
XYZ 44.49 31.4 17.63 -
YUV 150.29 103.58 191.99 -
System Red Green Blue C M Y K H S L
Decimal 240 113 107 0 0.53 0.55 0.06 2.71 0.82 0.68
Hex F0 71 6B 0 35 37 6 3 52 44
Octal 360 161 153 0 65 67 6 3 122 104
Binary 11110000 1110001 1101011 0 110101 110111 110 11 1010010 1000100

Color Harmonies of #F0716B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0716B

Black with #F0716B

Text Example


Text Example

White with #F0716B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0716B; }

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

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

background-color css

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

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

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

border-color css

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

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

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