Html Css Color HEX #F2737E Froly

📋 copy color: '#F2737E'

red 242 ◦ green 115 ◦ blue 126

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

Shades of Froly #F2737E

Tints of Froly #F2737E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 26.09%

R = 50.1%
G = 23.81%
B = 26.09%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.48

 K value IS 0.05

RGB Variations

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

Color information

#F2737E (or 0xF2737E) is known color: Froly. HEX triplet: F2, 73 and 7E. RGB value is (242,115,126). Sum of RGB (Red+Green+Blue) = 242+115+126=483 (63% of max value = 765). Red value is 242 (94.92% from 255 or 50.10% from 483); Green value is 115 (45.31% from 255 or 23.81% from 483); Blue value is 126 (49.61% from 255 or 26.09% from 483); Max value from RGB is 242 - color contains mainly: red. Hex color #F2737E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F2737E is #0D8C81. Grayscale: #9A9A9A. Windows color (decimal): -887938 or 8287218. OLE color: 8287218.

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

Color convert

RGB 242 115 126 -
CMYK 0 0.52 0.48 0.05
HSL 354.8º 0.83% 0.7% -
HSV(B) 354.8º 0.52% 0.95% -
XYZ 46.51 32.65 23.59 -
YUV 154.23 112.08 190.61 -
System Red Green Blue C M Y K H S L
Decimal 242 115 126 0 0.52 0.48 0.05 354.8 0.83 0.7
Hex F2 73 7E 0 34 30 5 163 53 46
Octal 362 163 176 0 64 60 5 543 123 106
Binary 11110010 1110011 1111110 0 110100 110000 101 101100011 1010011 1000110

Color Harmonies of #F2737E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2737E

Black with #F2737E

Text Example


Text Example

White with #F2737E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2737E; }

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

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

background-color css

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

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

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

border-color css

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

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

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