Html Css Color HEX #F25F65 Froly

📋 copy color: '#F25F65'

red 242 ◦ green 95 ◦ blue 101

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

Shades of Froly #F25F65

Tints of Froly #F25F65

RGB

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

 GREEN value IS 95 (37.5% from 255) = 21.69%

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

R = 55.25%
G = 21.69%
B = 23.06%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.58

 K value IS 0.05

RGB Variations

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

Color information

#F25F65 (or 0xF25F65) is known color: Froly. HEX triplet: F2, 5F and 65. RGB value is (242,95,101). Sum of RGB (Red+Green+Blue) = 242+95+101=438 (58% of max value = 765). Red value is 242 (94.92% from 255 or 55.25% from 438); Green value is 95 (37.5% from 255 or 21.69% from 438); Blue value is 101 (39.84% from 255 or 23.06% from 438); Max value from RGB is 242 - color contains mainly: red. Hex color #F25F65 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F25F65 is #0DA09A. Grayscale: #8B8B8B. Windows color (decimal): -893083 or 6643698. OLE color: 6643698.

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

Color convert

RGB 242 95 101 -
CMYK 0 0.61 0.58 0.05
HSL 357.55º 0.85% 0.66% -
HSV(B) 357.55º 0.61% 0.95% -
XYZ 43.06 28 15.45 -
YUV 139.64 106.2 201.01 -
System Red Green Blue C M Y K H S L
Decimal 242 95 101 0 0.61 0.58 0.05 357.55 0.85 0.66
Hex F2 5F 65 0 3D 3A 5 166 55 42
Octal 362 137 145 0 75 72 5 546 125 102
Binary 11110010 1011111 1100101 0 111101 111010 101 101100110 1010101 1000010

Color Harmonies of #F25F65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F25F65

Black with #F25F65

Text Example


Text Example

White with #F25F65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F25F65; }

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

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

background-color css

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

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

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

border-color css

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

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

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