Html Css Color HEX #F2676F Froly

📋 copy color: '#F2676F'

red 242 ◦ green 103 ◦ blue 111

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

Shades of Froly #F2676F

Tints of Froly #F2676F

RGB

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

 GREEN value IS 103 (40.63% from 255) = 22.59%

 BLUE value IS 111 (43.75% from 255) = 24.34%

R = 53.07%
G = 22.59%
B = 24.34%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.54

 K value IS 0.05

RGB Variations

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

Color information

#F2676F (or 0xF2676F) is known color: Froly. HEX triplet: F2, 67 and 6F. RGB value is (242,103,111). Sum of RGB (Red+Green+Blue) = 242+103+111=456 (60% of max value = 765). Red value is 242 (94.92% from 255 or 53.07% from 456); Green value is 103 (40.62% from 255 or 22.59% from 456); Blue value is 111 (43.75% from 255 or 24.34% from 456); Max value from RGB is 242 - color contains mainly: red. Hex color #F2676F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F2676F is #0D9890. Grayscale: #919191. Windows color (decimal): -891025 or 7301106. OLE color: 7301106.

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

Color convert

RGB 242 103 111 -
CMYK 0 0.57 0.54 0.05
HSL 356.55º 0.84% 0.68% -
HSV(B) 356.55º 0.57% 0.95% -
XYZ 44.34 29.73 18.44 -
YUV 145.47 108.55 196.85 -
System Red Green Blue C M Y K H S L
Decimal 242 103 111 0 0.57 0.54 0.05 356.55 0.84 0.68
Hex F2 67 6F 0 39 36 5 165 54 44
Octal 362 147 157 0 71 66 5 545 124 104
Binary 11110010 1100111 1101111 0 111001 110110 101 101100101 1010100 1000100

Color Harmonies of #F2676F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2676F

Black with #F2676F

Text Example


Text Example

White with #F2676F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2676F; }

 p { color: rgb(242,103,111); }

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

background-color css

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

 a { background-color: rgb(242,103,111); }

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

border-color css

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

 span { border-color: rgb(242,103,111); }

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