Html Css Color HEX #F26465 Froly

📋 copy color: '#F26465'

red 242 ◦ green 100 ◦ blue 101

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

Shades of Froly #F26465

Tints of Froly #F26465

RGB

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

 GREEN value IS 100 (39.45% from 255) = 22.57%

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

R = 54.63%
G = 22.57%
B = 22.8%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.58

 K value IS 0.05

RGB Variations

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

Color information

#F26465 (or 0xF26465) is known color: Froly. HEX triplet: F2, 64 and 65. RGB value is (242,100,101). Sum of RGB (Red+Green+Blue) = 242+100+101=443 (58% of max value = 765). Red value is 242 (94.92% from 255 or 54.63% from 443); Green value is 100 (39.45% from 255 or 22.57% from 443); Blue value is 101 (39.84% from 255 or 22.80% from 443); Max value from RGB is 242 - color contains mainly: red. Hex color #F26465 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F26465 is #0D9B9A. Grayscale: #8E8E8E. Windows color (decimal): -891803 or 6644978. OLE color: 6644978.

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

Color convert

RGB 242 100 101 -
CMYK 0 0.59 0.58 0.05
HSL 359.58º 0.85% 0.67% -
HSV(B) 359.58º 0.59% 0.95% -
XYZ 43.52 28.93 15.6 -
YUV 142.57 104.54 198.92 -
System Red Green Blue C M Y K H S L
Decimal 242 100 101 0 0.59 0.58 0.05 359.58 0.85 0.67
Hex F2 64 65 0 3B 3A 5 168 55 43
Octal 362 144 145 0 73 72 5 550 125 103
Binary 11110010 1100100 1100101 0 111011 111010 101 101101000 1010101 1000011

Color Harmonies of #F26465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F26465

Black with #F26465

Text Example


Text Example

White with #F26465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F26465; }

 p { color: rgb(242,100,101); }

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

background-color css

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

 a { background-color: rgb(242,100,101); }

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

border-color css

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

 span { border-color: rgb(242,100,101); }

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