Html Css Color HEX #FA568D French Rose

📋 copy color: '#FA568D'

red 250 ◦ green 86 ◦ blue 141

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

Shades of French Rose #FA568D

Tints of French Rose #FA568D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 29.56%

R = 52.41%
G = 18.03%
B = 29.56%

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

#FA568D (or 0xFA568D) is known color: French Rose. HEX triplet: FA, 56 and 8D. RGB value is (250,86,141). Sum of RGB (Red+Green+Blue) = 250+86+141=477 (63% of max value = 765). Red value is 250 (98.05% from 255 or 52.41% from 477); Green value is 86 (33.98% from 255 or 18.03% from 477); Blue value is 141 (55.47% from 255 or 29.56% from 477); Max value from RGB is 250 - color contains mainly: red. Hex color #FA568D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA568D is #05A972. Grayscale: #8D8D8D. Windows color (decimal): -371059 or 9262842. OLE color: 9262842.

HSL color Cylindrical-coordinate representation of color #FA568D: hue angle of 339.88º 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 #FA568D is Cyan = 0, Magento = 0.66, Yellow = 0.44 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 86 141 -
CMYK 0 0.66 0.44 0.02
HSL 339.88º 0.94% 0.66% -
HSV(B) 339.88º 0.66% 0.98% -
XYZ 47.56 28.9 28.27 -
YUV 141.31 127.83 205.53 -
System Red Green Blue C M Y K H S L
Decimal 250 86 141 0 0.66 0.44 0.02 339.88 0.94 0.66
Hex FA 56 8D 0 42 2C 2 154 5E 42
Octal 372 126 215 0 102 54 2 524 136 102
Binary 11111010 1010110 10001101 0 1000010 101100 10 101010100 1011110 1000010

Color Harmonies of #FA568D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA568D

Black with #FA568D

Text Example


Text Example

White with #FA568D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA568D; }

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

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

background-color css

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

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

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

border-color css

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

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

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