Html Css Color HEX #F1467B French Rose

📋 copy color: '#F1467B'

red 241 ◦ green 70 ◦ blue 123

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

Shades of French Rose #F1467B

Tints of French Rose #F1467B

RGB

 RED value IS 241 (94.53% from 255) = 55.53%

 GREEN value IS 70 (27.73% from 255) = 16.13%

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

R = 55.53%
G = 16.13%
B = 28.34%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.49

 K value IS 0.05

RGB Variations

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

Color information

#F1467B (or 0xF1467B) is known color: French Rose. HEX triplet: F1, 46 and 7B. RGB value is (241,70,123). Sum of RGB (Red+Green+Blue) = 241+70+123=434 (57% of max value = 765). Red value is 241 (94.53% from 255 or 55.53% from 434); Green value is 70 (27.73% from 255 or 16.13% from 434); Blue value is 123 (48.44% from 255 or 28.34% from 434); Max value from RGB is 241 - color contains mainly: red. Hex color #F1467B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F1467B is #0EB984. Grayscale: #7F7F7F. Windows color (decimal): -964997 or 8079089. OLE color: 8079089.

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

Color convert

RGB 241 70 123 -
CMYK 0 0.71 0.49 0.05
HSL 341.4º 0.86% 0.61% -
HSV(B) 341.4º 0.71% 0.95% -
XYZ 42.04 24.51 21.25 -
YUV 127.17 125.65 209.19 -
System Red Green Blue C M Y K H S L
Decimal 241 70 123 0 0.71 0.49 0.05 341.4 0.86 0.61
Hex F1 46 7B 0 47 31 5 155 56 3D
Octal 361 106 173 0 107 61 5 525 126 75
Binary 11110001 1000110 1111011 0 1000111 110001 101 101010101 1010110 111101

Color Harmonies of #F1467B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1467B

Black with #F1467B

Text Example


Text Example

White with #F1467B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1467B; }

 p { color: rgb(241,70,123); }

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

background-color css

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

 a { background-color: rgb(241,70,123); }

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

border-color css

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

 span { border-color: rgb(241,70,123); }

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