Html Css Color HEX #F07671 Geraldine

📋 copy color: '#F07671'

red 240 ◦ green 118 ◦ blue 113

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

Shades of Geraldine #F07671

Tints of Geraldine #F07671

RGB

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

 GREEN value IS 118 (46.48% from 255) = 25.05%

 BLUE value IS 113 (44.53% from 255) = 23.99%

R = 50.96%
G = 25.05%
B = 23.99%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.53

 K value IS 0.06

RGB Variations

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

Color information

#F07671 (or 0xF07671) is known color: Geraldine. HEX triplet: F0, 76 and 71. RGB value is (240,118,113). Sum of RGB (Red+Green+Blue) = 240+118+113=471 (62% of max value = 765). Red value is 240 (94.14% from 255 or 50.96% from 471); Green value is 118 (46.48% from 255 or 25.05% from 471); Blue value is 113 (44.53% from 255 or 23.99% from 471); Max value from RGB is 240 - color contains mainly: red. Hex color #F07671 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F07671 is #0F898E. Grayscale: #9A9A9A. Windows color (decimal): -1018255 or 7436016. OLE color: 7436016.

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

Color convert

RGB 240 118 113 -
CMYK 0 0.51 0.53 0.06
HSL 2.36º 0.81% 0.69% -
HSV(B) 2.36º 0.53% 0.94% -
XYZ 45.39 32.67 19.54 -
YUV 153.91 104.92 189.41 -
System Red Green Blue C M Y K H S L
Decimal 240 118 113 0 0.51 0.53 0.06 2.36 0.81 0.69
Hex F0 76 71 0 33 35 6 2 51 45
Octal 360 166 161 0 63 65 6 2 121 105
Binary 11110000 1110110 1110001 0 110011 110101 110 10 1010001 1000101

Color Harmonies of #F07671

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07671

Black with #F07671

Text Example


Text Example

White with #F07671

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07671; }

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

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

background-color css

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

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

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

border-color css

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

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

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