Html Css Color HEX #F36065 Froly

📋 copy color: '#F36065'

red 243 ◦ green 96 ◦ blue 101

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

Shades of Froly #F36065

Tints of Froly #F36065

RGB

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

 GREEN value IS 96 (37.89% from 255) = 21.82%

 BLUE value IS 101 (39.84% from 255) = 22.95%

R = 55.23%
G = 21.82%
B = 22.95%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.58

 K value IS 0.05

RGB Variations

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

Color information

#F36065 (or 0xF36065) is known color: Froly. HEX triplet: F3, 60 and 65. RGB value is (243,96,101). Sum of RGB (Red+Green+Blue) = 243+96+101=440 (58% of max value = 765). Red value is 243 (95.31% from 255 or 55.23% from 440); Green value is 96 (37.89% from 255 or 21.82% from 440); Blue value is 101 (39.84% from 255 or 22.95% from 440); Max value from RGB is 243 - color contains mainly: red. Hex color #F36065 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F36065 is #0C9F9A. Grayscale: #8C8C8C. Windows color (decimal): -827291 or 6643955. OLE color: 6643955.

HSL color Cylindrical-coordinate representation of color #F36065: hue angle of 357.96º degrees, saturation: 0.86, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F36065 is Cyan = 0, Magento = 0.60, Yellow = 0.58 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 96 101 -
CMYK 0 0.60 0.58 0.05
HSL 357.96º 0.86% 0.66% -
HSV(B) 357.96º 0.6% 0.95% -
XYZ 43.49 28.36 15.49 -
YUV 140.52 105.7 201.09 -
System Red Green Blue C M Y K H S L
Decimal 243 96 101 0 0.60 0.58 0.05 357.96 0.86 0.66
Hex F3 60 65 0 3C 3A 5 166 56 42
Octal 363 140 145 0 74 72 5 546 126 102
Binary 11110011 1100000 1100101 0 111100 111010 101 101100110 1010110 1000010

Color Harmonies of #F36065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F36065

Black with #F36065

Text Example


Text Example

White with #F36065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F36065; }

 p { color: rgb(243,96,101); }

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

background-color css

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

 a { background-color: rgb(243,96,101); }

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

border-color css

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

 span { border-color: rgb(243,96,101); }

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