Html Css Color HEX #FB40B3 Persian Rose

📋 copy color: '#FB40B3'

red 251 ◦ green 64 ◦ blue 179

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

Shades of Persian Rose #FB40B3

Tints of Persian Rose #FB40B3

RGB

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

 GREEN value IS 64 (25.39% from 255) = 12.96%

 BLUE value IS 179 (70.31% from 255) = 36.23%

R = 50.81%
G = 12.96%
B = 36.23%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.29

 K value IS 0.02

RGB Variations

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

Color information

#FB40B3 (or 0xFB40B3) is known color: Persian Rose. HEX triplet: FB, 40 and B3. RGB value is (251,64,179). Sum of RGB (Red+Green+Blue) = 251+64+179=494 (65% of max value = 765). Red value is 251 (98.44% from 255 or 50.81% from 494); Green value is 64 (25.39% from 255 or 12.96% from 494); Blue value is 179 (70.31% from 255 or 36.23% from 494); Max value from RGB is 251 - color contains mainly: red. Hex color #FB40B3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FB40B3 is #04BF4C. Grayscale: #848484. Windows color (decimal): -311117 or 11747579. OLE color: 11747579.

HSL color Cylindrical-coordinate representation of color #FB40B3: hue angle of 323.1º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FB40B3 is Cyan = 0, Magento = 0.75, Yellow = 0.29 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 64 179 -
CMYK 0 0.75 0.29 0.02
HSL 323.1º 0.96% 0.62% -
HSV(B) 323.1º 0.75% 0.98% -
XYZ 49.75 27.43 45.32 -
YUV 133.02 153.95 212.15 -
System Red Green Blue C M Y K H S L
Decimal 251 64 179 0 0.75 0.29 0.02 323.1 0.96 0.62
Hex FB 40 B3 0 4B 1D 2 143 60 3E
Octal 373 100 263 0 113 35 2 503 140 76
Binary 11111011 1000000 10110011 0 1001011 11101 10 101000011 1100000 111110

Color Harmonies of #FB40B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB40B3

Black with #FB40B3

Text Example


Text Example

White with #FB40B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB40B3; }

 p { color: rgb(251,64,179); }

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

background-color css

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

 a { background-color: rgb(251,64,179); }

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

border-color css

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

 span { border-color: rgb(251,64,179); }

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