Html Css Color HEX #F26771 Froly

📋 copy color: '#F26771'

red 242 ◦ green 103 ◦ blue 113

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

Shades of Froly #F26771

Tints of Froly #F26771

RGB

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

 GREEN value IS 103 (40.63% from 255) = 22.49%

 BLUE value IS 113 (44.53% from 255) = 24.67%

R = 52.84%
G = 22.49%
B = 24.67%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.53

 K value IS 0.05

RGB Variations

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

Color information

#F26771 (or 0xF26771) is known color: Froly. HEX triplet: F2, 67 and 71. RGB value is (242,103,113). Sum of RGB (Red+Green+Blue) = 242+103+113=458 (60% of max value = 765). Red value is 242 (94.92% from 255 or 52.84% from 458); Green value is 103 (40.62% from 255 or 22.49% from 458); Blue value is 113 (44.53% from 255 or 24.67% from 458); Max value from RGB is 242 - color contains mainly: red. Hex color #F26771 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F26771 is #0D988E. Grayscale: #919191. Windows color (decimal): -891023 or 7432178. OLE color: 7432178.

HSL color Cylindrical-coordinate representation of color #F26771: hue angle of 355.68º degrees, saturation: 0.84, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F26771 is Cyan = 0, Magento = 0.57, Yellow = 0.53 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 103 113 -
CMYK 0 0.57 0.53 0.05
HSL 355.68º 0.84% 0.68% -
HSV(B) 355.68º 0.57% 0.95% -
XYZ 44.45 29.77 19.03 -
YUV 145.7 109.55 196.69 -
System Red Green Blue C M Y K H S L
Decimal 242 103 113 0 0.57 0.53 0.05 355.68 0.84 0.68
Hex F2 67 71 0 39 35 5 164 54 44
Octal 362 147 161 0 71 65 5 544 124 104
Binary 11110010 1100111 1110001 0 111001 110101 101 101100100 1010100 1000100

Color Harmonies of #F26771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F26771

Black with #F26771

Text Example


Text Example

White with #F26771

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F26771; }

 p { color: rgb(242,103,113); }

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

background-color css

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

 a { background-color: rgb(242,103,113); }

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

border-color css

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

 span { border-color: rgb(242,103,113); }

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