Html Css Color HEX #FB538A French Rose

📋 copy color: '#FB538A'

red 251 ◦ green 83 ◦ blue 138

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

Shades of French Rose #FB538A

Tints of French Rose #FB538A

RGB

 RED value IS 251 (98.44% from 255) = 53.18%

 GREEN value IS 83 (32.81% from 255) = 17.58%

 BLUE value IS 138 (54.3% from 255) = 29.24%

R = 53.18%
G = 17.58%
B = 29.24%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.45

 K value IS 0.02

RGB Variations

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

Color information

#FB538A (or 0xFB538A) is known color: French Rose. HEX triplet: FB, 53 and 8A. RGB value is (251,83,138). Sum of RGB (Red+Green+Blue) = 251+83+138=472 (62% of max value = 765). Red value is 251 (98.44% from 255 or 53.18% from 472); Green value is 83 (32.81% from 255 or 17.58% from 472); Blue value is 138 (54.30% from 255 or 29.24% from 472); Max value from RGB is 251 - color contains mainly: red. Hex color #FB538A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB538A is #04AC75. Grayscale: #8B8B8B. Windows color (decimal): -306294 or 9065467. OLE color: 9065467.

HSL color Cylindrical-coordinate representation of color #FB538A: hue angle of 340.36º degrees, saturation: 0.95, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FB538A is Cyan = 0, Magento = 0.67, Yellow = 0.45 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 83 138 -
CMYK 0 0.67 0.45 0.02
HSL 340.36º 0.95% 0.65% -
HSV(B) 340.36º 0.67% 0.98% -
XYZ 47.46 28.53 27.05 -
YUV 139.5 127.16 207.53 -
System Red Green Blue C M Y K H S L
Decimal 251 83 138 0 0.67 0.45 0.02 340.36 0.95 0.65
Hex FB 53 8A 0 43 2D 2 154 5F 41
Octal 373 123 212 0 103 55 2 524 137 101
Binary 11111011 1010011 10001010 0 1000011 101101 10 101010100 1011111 1000001

Color Harmonies of #FB538A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB538A

Black with #FB538A

Text Example


Text Example

White with #FB538A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB538A; }

 p { color: rgb(251,83,138); }

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

background-color css

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

 a { background-color: rgb(251,83,138); }

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

border-color css

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

 span { border-color: rgb(251,83,138); }

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