Html Css Color HEX #F3707D Froly

📋 copy color: '#F3707D'

red 243 ◦ green 112 ◦ blue 125

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

Shades of Froly #F3707D

Tints of Froly #F3707D

RGB

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

 GREEN value IS 112 (44.14% from 255) = 23.33%

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

R = 50.63%
G = 23.33%
B = 26.04%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.49

 K value IS 0.05

RGB Variations

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

Color information

#F3707D (or 0xF3707D) is known color: Froly. HEX triplet: F3, 70 and 7D. RGB value is (243,112,125). Sum of RGB (Red+Green+Blue) = 243+112+125=480 (63% of max value = 765). Red value is 243 (95.31% from 255 or 50.62% from 480); Green value is 112 (44.14% from 255 or 23.33% from 480); Blue value is 125 (49.22% from 255 or 26.04% from 480); Max value from RGB is 243 - color contains mainly: red. Hex color #F3707D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F3707D is #0C8F82. Grayscale: #989898. Windows color (decimal): -823171 or 8220915. OLE color: 8220915.

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

Color convert

RGB 243 112 125 -
CMYK 0 0.54 0.49 0.05
HSL 354.05º 0.85% 0.7% -
HSV(B) 354.05º 0.54% 0.95% -
XYZ 46.46 32.12 23.15 -
YUV 152.65 112.4 192.44 -
System Red Green Blue C M Y K H S L
Decimal 243 112 125 0 0.54 0.49 0.05 354.05 0.85 0.7
Hex F3 70 7D 0 36 31 5 162 55 46
Octal 363 160 175 0 66 61 5 542 125 106
Binary 11110011 1110000 1111101 0 110110 110001 101 101100010 1010101 1000110

Color Harmonies of #F3707D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3707D

Black with #F3707D

Text Example


Text Example

White with #F3707D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3707D; }

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

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

background-color css

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

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

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

border-color css

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

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

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