Html Css Color HEX #F3777D Froly

📋 copy color: '#F3777D'

red 243 ◦ green 119 ◦ blue 125

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

Shades of Froly #F3777D

Tints of Froly #F3777D

RGB

 RED value IS 243 (95.31% from 255) = 49.9%

 GREEN value IS 119 (46.88% from 255) = 24.44%

 BLUE value IS 125 (49.22% from 255) = 25.67%

R = 49.9%
G = 24.44%
B = 25.67%

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

#F3777D (or 0xF3777D) is known color: Froly. HEX triplet: F3, 77 and 7D. RGB value is (243,119,125). Sum of RGB (Red+Green+Blue) = 243+119+125=487 (64% of max value = 765). Red value is 243 (95.31% from 255 or 49.90% from 487); Green value is 119 (46.88% from 255 or 24.44% from 487); Blue value is 125 (49.22% from 255 or 25.67% from 487); Max value from RGB is 243 - color contains mainly: red. Hex color #F3777D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F3777D is #0C8882. Grayscale: #9C9C9C. Windows color (decimal): -821379 or 8222707. OLE color: 8222707.

HSL color Cylindrical-coordinate representation of color #F3777D: hue angle of 357.1º degrees, saturation: 0.84, 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 #F3777D is Cyan = 0, Magento = 0.51, Yellow = 0.49 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 119 125 -
CMYK 0 0.51 0.49 0.05
HSL 357.1º 0.84% 0.71% -
HSV(B) 357.1º 0.51% 0.95% -
XYZ 47.26 33.73 23.42 -
YUV 156.76 110.08 189.51 -
System Red Green Blue C M Y K H S L
Decimal 243 119 125 0 0.51 0.49 0.05 357.1 0.84 0.71
Hex F3 77 7D 0 33 31 5 165 54 47
Octal 363 167 175 0 63 61 5 545 124 107
Binary 11110011 1110111 1111101 0 110011 110001 101 101100101 1010100 1000111

Color Harmonies of #F3777D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3777D

Black with #F3777D

Text Example


Text Example

White with #F3777D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3777D; }

 p { color: rgb(243,119,125); }

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

background-color css

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

 a { background-color: rgb(243,119,125); }

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

border-color css

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

 span { border-color: rgb(243,119,125); }

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