Html Css Color HEX #F2756D Geraldine

📋 copy color: '#F2756D'

red 242 ◦ green 117 ◦ blue 109

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

Shades of Geraldine #F2756D

Tints of Geraldine #F2756D

RGB

 RED value IS 242 (94.92% from 255) = 51.71%

 GREEN value IS 117 (46.09% from 255) = 25%

 BLUE value IS 109 (42.97% from 255) = 23.29%

R = 51.71%
G = 25%
B = 23.29%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.55

 K value IS 0.05

RGB Variations

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

Color information

#F2756D (or 0xF2756D) is known color: Geraldine. HEX triplet: F2, 75 and 6D. RGB value is (242,117,109). Sum of RGB (Red+Green+Blue) = 242+117+109=468 (61% of max value = 765). Red value is 242 (94.92% from 255 or 51.71% from 468); Green value is 117 (46.09% from 255 or 25% from 468); Blue value is 109 (42.97% from 255 or 23.29% from 468); Max value from RGB is 242 - color contains mainly: red. Hex color #F2756D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F2756D is #0D8A92. Grayscale: #999999. Windows color (decimal): -887443 or 7173618. OLE color: 7173618.

HSL color Cylindrical-coordinate representation of color #F2756D: hue angle of 3.61º degrees, saturation: 0.84, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F2756D is Cyan = 0, Magento = 0.52, Yellow = 0.55 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 117 109 -
CMYK 0 0.52 0.55 0.05
HSL 3.61º 0.84% 0.69% -
HSV(B) 3.61º 0.55% 0.95% -
XYZ 45.74 32.7 18.37 -
YUV 153.46 102.91 191.15 -
System Red Green Blue C M Y K H S L
Decimal 242 117 109 0 0.52 0.55 0.05 3.61 0.84 0.69
Hex F2 75 6D 0 34 37 5 4 54 45
Octal 362 165 155 0 64 67 5 4 124 105
Binary 11110010 1110101 1101101 0 110100 110111 101 100 1010100 1000101

Color Harmonies of #F2756D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2756D

Black with #F2756D

Text Example


Text Example

White with #F2756D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2756D; }

 p { color: rgb(242,117,109); }

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

background-color css

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

 a { background-color: rgb(242,117,109); }

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

border-color css

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

 span { border-color: rgb(242,117,109); }

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