Html Css Color HEX #FA569B Brilliant Rose

📋 copy color: '#FA569B'

red 250 ◦ green 86 ◦ blue 155

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

Shades of Brilliant Rose #FA569B

Tints of Brilliant Rose #FA569B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 31.57%

R = 50.92%
G = 17.52%
B = 31.57%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.38

 K value IS 0.02

RGB Variations

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

Color information

#FA569B (or 0xFA569B) is known color: Brilliant Rose. HEX triplet: FA, 56 and 9B. RGB value is (250,86,155). Sum of RGB (Red+Green+Blue) = 250+86+155=491 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.92% from 491); Green value is 86 (33.98% from 255 or 17.52% from 491); Blue value is 155 (60.94% from 255 or 31.57% from 491); Max value from RGB is 250 - color contains mainly: red. Hex color #FA569B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA569B is #05A964. Grayscale: #8E8E8E. Windows color (decimal): -371045 or 10180346. OLE color: 10180346.

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

Color convert

RGB 250 86 155 -
CMYK 0 0.66 0.38 0.02
HSL 334.76º 0.94% 0.66% -
HSV(B) 334.76º 0.66% 0.98% -
XYZ 48.67 29.35 34.11 -
YUV 142.9 134.83 204.39 -
System Red Green Blue C M Y K H S L
Decimal 250 86 155 0 0.66 0.38 0.02 334.76 0.94 0.66
Hex FA 56 9B 0 42 26 2 14F 5E 42
Octal 372 126 233 0 102 46 2 517 136 102
Binary 11111010 1010110 10011011 0 1000010 100110 10 101001111 1011110 1000010

Color Harmonies of #FA569B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA569B

Black with #FA569B

Text Example


Text Example

White with #FA569B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA569B; }

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

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

background-color css

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

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

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

border-color css

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

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

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