Html Css Color HEX #F1568B French Rose

📋 copy color: '#F1568B'

red 241 ◦ green 86 ◦ blue 139

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

Shades of French Rose #F1568B

Tints of French Rose #F1568B

RGB

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

 GREEN value IS 86 (33.98% from 255) = 18.45%

 BLUE value IS 139 (54.69% from 255) = 29.83%

R = 51.72%
G = 18.45%
B = 29.83%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.42

 K value IS 0.05

RGB Variations

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

Color information

#F1568B (or 0xF1568B) is known color: French Rose. HEX triplet: F1, 56 and 8B. RGB value is (241,86,139). Sum of RGB (Red+Green+Blue) = 241+86+139=466 (61% of max value = 765). Red value is 241 (94.53% from 255 or 51.72% from 466); Green value is 86 (33.98% from 255 or 18.45% from 466); Blue value is 139 (54.69% from 255 or 29.83% from 466); Max value from RGB is 241 - color contains mainly: red. Hex color #F1568B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F1568B is #0EA974. Grayscale: #8A8A8A. Windows color (decimal): -960885 or 9131761. OLE color: 9131761.

HSL color Cylindrical-coordinate representation of color #F1568B: hue angle of 339.48º degrees, saturation: 0.85, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F1568B is Cyan = 0, Magento = 0.64, Yellow = 0.42 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 86 139 -
CMYK 0 0.64 0.42 0.05
HSL 339.48º 0.85% 0.64% -
HSV(B) 339.48º 0.64% 0.95% -
XYZ 44.26 27.22 27.35 -
YUV 138.39 128.35 201.19 -
System Red Green Blue C M Y K H S L
Decimal 241 86 139 0 0.64 0.42 0.05 339.48 0.85 0.64
Hex F1 56 8B 0 40 2A 5 153 55 40
Octal 361 126 213 0 100 52 5 523 125 100
Binary 11110001 1010110 10001011 0 1000000 101010 101 101010011 1010101 1000000

Color Harmonies of #F1568B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1568B

Black with #F1568B

Text Example


Text Example

White with #F1568B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1568B; }

 p { color: rgb(241,86,139); }

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

background-color css

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

 a { background-color: rgb(241,86,139); }

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

border-color css

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

 span { border-color: rgb(241,86,139); }

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