Html Css Color HEX #FA568F French Rose

📋 copy color: '#FA568F'

red 250 ◦ green 86 ◦ blue 143

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

Shades of French Rose #FA568F

Tints of French Rose #FA568F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 29.85%

R = 52.19%
G = 17.95%
B = 29.85%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.43

 K value IS 0.02

RGB Variations

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

Color information

#FA568F (or 0xFA568F) is known color: French Rose. HEX triplet: FA, 56 and 8F. RGB value is (250,86,143). Sum of RGB (Red+Green+Blue) = 250+86+143=479 (63% of max value = 765). Red value is 250 (98.05% from 255 or 52.19% from 479); Green value is 86 (33.98% from 255 or 17.95% from 479); Blue value is 143 (56.25% from 255 or 29.85% from 479); Max value from RGB is 250 - color contains mainly: red. Hex color #FA568F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA568F is #05A970. Grayscale: #8D8D8D. Windows color (decimal): -371057 or 9393914. OLE color: 9393914.

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

Color convert

RGB 250 86 143 -
CMYK 0 0.66 0.43 0.02
HSL 339.15º 0.94% 0.66% -
HSV(B) 339.15º 0.66% 0.98% -
XYZ 47.71 28.96 29.06 -
YUV 141.53 128.83 205.37 -
System Red Green Blue C M Y K H S L
Decimal 250 86 143 0 0.66 0.43 0.02 339.15 0.94 0.66
Hex FA 56 8F 0 42 2B 2 153 5E 42
Octal 372 126 217 0 102 53 2 523 136 102
Binary 11111010 1010110 10001111 0 1000010 101011 10 101010011 1011110 1000010

Color Harmonies of #FA568F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA568F

Black with #FA568F

Text Example


Text Example

White with #FA568F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA568F; }

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

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

background-color css

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

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

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

border-color css

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

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

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