Html Css Color HEX #FA568B French Rose

📋 copy color: '#FA568B'

red 250 ◦ green 86 ◦ blue 139

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

Shades of French Rose #FA568B

Tints of French Rose #FA568B

RGB

 RED value IS 250 (98.05% from 255) = 52.63%

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

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

R = 52.63%
G = 18.11%
B = 29.26%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.44

 K value IS 0.02

RGB Variations

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

Color information

#FA568B (or 0xFA568B) is known color: French Rose. HEX triplet: FA, 56 and 8B. RGB value is (250,86,139). Sum of RGB (Red+Green+Blue) = 250+86+139=475 (62% of max value = 765). Red value is 250 (98.05% from 255 or 52.63% from 475); Green value is 86 (33.98% from 255 or 18.11% from 475); Blue value is 139 (54.69% from 255 or 29.26% from 475); Max value from RGB is 250 - color contains mainly: red. Hex color #FA568B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA568B is #05A974. Grayscale: #8D8D8D. Windows color (decimal): -371061 or 9131770. OLE color: 9131770.

HSL color Cylindrical-coordinate representation of color #FA568B: hue angle of 340.61º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FA568B is Cyan = 0, Magento = 0.66, Yellow = 0.44 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 86 139 -
CMYK 0 0.66 0.44 0.02
HSL 340.61º 0.94% 0.66% -
HSV(B) 340.61º 0.66% 0.98% -
XYZ 47.41 28.84 27.49 -
YUV 141.08 126.83 205.69 -
System Red Green Blue C M Y K H S L
Decimal 250 86 139 0 0.66 0.44 0.02 340.61 0.94 0.66
Hex FA 56 8B 0 42 2C 2 155 5E 42
Octal 372 126 213 0 102 54 2 525 136 102
Binary 11111010 1010110 10001011 0 1000010 101100 10 101010101 1011110 1000010

Color Harmonies of #FA568B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA568B

Black with #FA568B

Text Example


Text Example

White with #FA568B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA568B; }

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

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

background-color css

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

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

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

border-color css

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

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

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