Html Css Color HEX #F06367 Froly

📋 copy color: '#F06367'

red 240 ◦ green 99 ◦ blue 103

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

Shades of Froly #F06367

Tints of Froly #F06367

RGB

 RED value IS 240 (94.14% from 255) = 54.3%

 GREEN value IS 99 (39.06% from 255) = 22.4%

 BLUE value IS 103 (40.63% from 255) = 23.3%

R = 54.3%
G = 22.4%
B = 23.3%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.57

 K value IS 0.06

RGB Variations

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

Color information

#F06367 (or 0xF06367) is known color: Froly. HEX triplet: F0, 63 and 67. RGB value is (240,99,103). Sum of RGB (Red+Green+Blue) = 240+99+103=442 (58% of max value = 765). Red value is 240 (94.14% from 255 or 54.30% from 442); Green value is 99 (39.06% from 255 or 22.40% from 442); Blue value is 103 (40.62% from 255 or 23.30% from 442); Max value from RGB is 240 - color contains mainly: red. Hex color #F06367 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F06367 is #0F9C98. Grayscale: #8D8D8D. Windows color (decimal): -1023129 or 6775792. OLE color: 6775792.

HSL color Cylindrical-coordinate representation of color #F06367: hue angle of 358.3º degrees, saturation: 0.82, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F06367 is Cyan = 0, Magento = 0.59, Yellow = 0.57 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 99 103 -
CMYK 0 0.59 0.57 0.06
HSL 358.3º 0.82% 0.66% -
HSV(B) 358.3º 0.59% 0.94% -
XYZ 42.85 28.43 16.06 -
YUV 141.62 106.21 198.17 -
System Red Green Blue C M Y K H S L
Decimal 240 99 103 0 0.59 0.57 0.06 358.3 0.82 0.66
Hex F0 63 67 0 3B 39 6 166 52 42
Octal 360 143 147 0 73 71 6 546 122 102
Binary 11110000 1100011 1100111 0 111011 111001 110 101100110 1010010 1000010

Color Harmonies of #F06367

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F06367

Black with #F06367

Text Example


Text Example

White with #F06367

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F06367; }

 p { color: rgb(240,99,103); }

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

background-color css

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

 a { background-color: rgb(240,99,103); }

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

border-color css

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

 span { border-color: rgb(240,99,103); }

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