Html Css Color HEX #F2736D Geraldine

📋 copy color: '#F2736D'

red 242 ◦ green 115 ◦ blue 109

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

Shades of Geraldine #F2736D

Tints of Geraldine #F2736D

RGB

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

 GREEN value IS 115 (45.31% from 255) = 24.68%

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

R = 51.93%
G = 24.68%
B = 23.39%

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

#F2736D (or 0xF2736D) is known color: Geraldine. HEX triplet: F2, 73 and 6D. RGB value is (242,115,109). Sum of RGB (Red+Green+Blue) = 242+115+109=466 (61% of max value = 765). Red value is 242 (94.92% from 255 or 51.93% from 466); Green value is 115 (45.31% from 255 or 24.68% from 466); Blue value is 109 (42.97% from 255 or 23.39% from 466); Max value from RGB is 242 - color contains mainly: red. Hex color #F2736D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F2736D is #0D8C92. Grayscale: #989898. Windows color (decimal): -887955 or 7173106. OLE color: 7173106.

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

Color convert

RGB 242 115 109 -
CMYK 0 0.52 0.55 0.05
HSL 2.71º 0.84% 0.69% -
HSV(B) 2.71º 0.55% 0.95% -
XYZ 45.51 32.24 18.29 -
YUV 152.29 103.58 191.99 -
System Red Green Blue C M Y K H S L
Decimal 242 115 109 0 0.52 0.55 0.05 2.71 0.84 0.69
Hex F2 73 6D 0 34 37 5 3 54 45
Octal 362 163 155 0 64 67 5 3 124 105
Binary 11110010 1110011 1101101 0 110100 110111 101 11 1010100 1000101

Color Harmonies of #F2736D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2736D

Black with #F2736D

Text Example


Text Example

White with #F2736D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2736D; }

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

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

background-color css

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

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

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

border-color css

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

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

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