Html Css Color HEX #F2767B Froly

📋 copy color: '#F2767B'

red 242 ◦ green 118 ◦ blue 123

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

Shades of Froly #F2767B

Tints of Froly #F2767B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 25.47%

R = 50.1%
G = 24.43%
B = 25.47%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.49

 K value IS 0.05

RGB Variations

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

Color information

#F2767B (or 0xF2767B) is known color: Froly. HEX triplet: F2, 76 and 7B. RGB value is (242,118,123). Sum of RGB (Red+Green+Blue) = 242+118+123=483 (63% of max value = 765). Red value is 242 (94.92% from 255 or 50.10% from 483); Green value is 118 (46.48% from 255 or 24.43% from 483); Blue value is 123 (48.44% from 255 or 25.47% from 483); Max value from RGB is 242 - color contains mainly: red. Hex color #F2767B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F2767B is #0D8984. Grayscale: #9B9B9B. Windows color (decimal): -887173 or 8091378. OLE color: 8091378.

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

Color convert

RGB 242 118 123 -
CMYK 0 0.51 0.49 0.05
HSL 357.58º 0.83% 0.71% -
HSV(B) 357.58º 0.51% 0.95% -
XYZ 46.67 33.26 22.7 -
YUV 155.65 109.58 189.59 -
System Red Green Blue C M Y K H S L
Decimal 242 118 123 0 0.51 0.49 0.05 357.58 0.83 0.71
Hex F2 76 7B 0 33 31 5 166 53 47
Octal 362 166 173 0 63 61 5 546 123 107
Binary 11110010 1110110 1111011 0 110011 110001 101 101100110 1010011 1000111

Color Harmonies of #F2767B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2767B

Black with #F2767B

Text Example


Text Example

White with #F2767B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2767B; }

 p { color: rgb(242,118,123); }

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

background-color css

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

 a { background-color: rgb(242,118,123); }

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

border-color css

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

 span { border-color: rgb(242,118,123); }

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