Html Css Color HEX #F07B7E Froly

📋 copy color: '#F07B7E'

red 240 ◦ green 123 ◦ blue 126

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

Shades of Froly #F07B7E

Tints of Froly #F07B7E

RGB

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

 GREEN value IS 123 (48.44% from 255) = 25.15%

 BLUE value IS 126 (49.61% from 255) = 25.77%

R = 49.08%
G = 25.15%
B = 25.77%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.48

 K value IS 0.06

RGB Variations

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

Color information

#F07B7E (or 0xF07B7E) is known color: Froly. HEX triplet: F0, 7B and 7E. RGB value is (240,123,126). Sum of RGB (Red+Green+Blue) = 240+123+126=489 (64% of max value = 765). Red value is 240 (94.14% from 255 or 49.08% from 489); Green value is 123 (48.44% from 255 or 25.15% from 489); Blue value is 126 (49.61% from 255 or 25.77% from 489); Max value from RGB is 240 - color contains mainly: red. Hex color #F07B7E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F07B7E is #0F8481. Grayscale: #9E9E9E. Windows color (decimal): -1016962 or 8289264. OLE color: 8289264.

HSL color Cylindrical-coordinate representation of color #F07B7E: hue angle of 358.46º degrees, saturation: 0.8, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F07B7E is Cyan = 0, Magento = 0.49, Yellow = 0.48 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 123 126 -
CMYK 0 0.49 0.48 0.06
HSL 358.46º 0.8% 0.71% -
HSV(B) 358.46º 0.49% 0.94% -
XYZ 46.78 34.2 23.87 -
YUV 158.33 109.76 186.26 -
System Red Green Blue C M Y K H S L
Decimal 240 123 126 0 0.49 0.48 0.06 358.46 0.8 0.71
Hex F0 7B 7E 0 31 30 6 166 50 47
Octal 360 173 176 0 61 60 6 546 120 107
Binary 11110000 1111011 1111110 0 110001 110000 110 101100110 1010000 1000111

Color Harmonies of #F07B7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07B7E

Black with #F07B7E

Text Example


Text Example

White with #F07B7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07B7E; }

 p { color: rgb(240,123,126); }

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

background-color css

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

 a { background-color: rgb(240,123,126); }

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

border-color css

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

 span { border-color: rgb(240,123,126); }

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