Html Css Color HEX #FB267F Deep Pink

📋 copy color: '#FB267F'

red 251 ◦ green 38 ◦ blue 127

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

Shades of Deep Pink #FB267F

Tints of Deep Pink #FB267F

RGB

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

 GREEN value IS 38 (15.23% from 255) = 9.13%

 BLUE value IS 127 (50% from 255) = 30.53%

R = 60.34%
G = 9.13%
B = 30.53%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.49

 K value IS 0.02

RGB Variations

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

Color information

#FB267F (or 0xFB267F) is known color: Deep Pink. HEX triplet: FB, 26 and 7F. RGB value is (251,38,127). Sum of RGB (Red+Green+Blue) = 251+38+127=416 (55% of max value = 765). Red value is 251 (98.44% from 255 or 60.34% from 416); Green value is 38 (15.23% from 255 or 9.13% from 416); Blue value is 127 (50% from 255 or 30.53% from 416); Max value from RGB is 251 - color contains mainly: red. Hex color #FB267F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FB267F is #04D980. Grayscale: #6F6F6F. Windows color (decimal): -317825 or 8333051. OLE color: 8333051.

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

Color convert

RGB 251 38 127 -
CMYK 0 0.85 0.49 0.02
HSL 334.93º 0.96% 0.57% -
HSV(B) 334.93º 0.85% 0.98% -
XYZ 44.31 23.43 22.27 -
YUV 111.83 136.57 227.26 -
System Red Green Blue C M Y K H S L
Decimal 251 38 127 0 0.85 0.49 0.02 334.93 0.96 0.57
Hex FB 26 7F 0 55 31 2 14F 60 39
Octal 373 46 177 0 125 61 2 517 140 71
Binary 11111011 100110 1111111 0 1010101 110001 10 101001111 1100000 111001

Color Harmonies of #FB267F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB267F

Black with #FB267F

Text Example


Text Example

White with #FB267F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB267F; }

 p { color: rgb(251,38,127); }

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

background-color css

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

 a { background-color: rgb(251,38,127); }

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

border-color css

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

 span { border-color: rgb(251,38,127); }

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