Html Css Color HEX #F2747B Froly

📋 copy color: '#F2747B'

red 242 ◦ green 116 ◦ blue 123

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

Shades of Froly #F2747B

Tints of Froly #F2747B

RGB

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

 GREEN value IS 116 (45.7% from 255) = 24.12%

 BLUE value IS 123 (48.44% from 255) = 25.57%

R = 50.31%
G = 24.12%
B = 25.57%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.49

 K value IS 0.05

RGB Variations

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

Color information

#F2747B (or 0xF2747B) is known color: Froly. HEX triplet: F2, 74 and 7B. RGB value is (242,116,123). Sum of RGB (Red+Green+Blue) = 242+116+123=481 (63% of max value = 765). Red value is 242 (94.92% from 255 or 50.31% from 481); Green value is 116 (45.70% from 255 or 24.12% from 481); Blue value is 123 (48.44% from 255 or 25.57% from 481); Max value from RGB is 242 - color contains mainly: red. Hex color #F2747B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F2747B is #0D8B84. Grayscale: #9A9A9A. Windows color (decimal): -887685 or 8090866. OLE color: 8090866.

HSL color Cylindrical-coordinate representation of color #F2747B: hue angle of 356.67º degrees, saturation: 0.83, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F2747B is Cyan = 0, Magento = 0.52, Yellow = 0.49 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 116 123 -
CMYK 0 0.52 0.49 0.05
HSL 356.67º 0.83% 0.7% -
HSV(B) 356.67º 0.52% 0.95% -
XYZ 46.44 32.8 22.62 -
YUV 154.47 110.24 190.43 -
System Red Green Blue C M Y K H S L
Decimal 242 116 123 0 0.52 0.49 0.05 356.67 0.83 0.7
Hex F2 74 7B 0 34 31 5 165 53 46
Octal 362 164 173 0 64 61 5 545 123 106
Binary 11110010 1110100 1111011 0 110100 110001 101 101100101 1010011 1000110

Color Harmonies of #F2747B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2747B

Black with #F2747B

Text Example


Text Example

White with #F2747B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2747B; }

 p { color: rgb(242,116,123); }

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

background-color css

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

 a { background-color: rgb(242,116,123); }

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

border-color css

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

 span { border-color: rgb(242,116,123); }

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