Html Css Color HEX #FB369B Wild Strawberry

📋 copy color: '#FB369B'

red 251 ◦ green 54 ◦ blue 155

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

Shades of Wild Strawberry #FB369B

Tints of Wild Strawberry #FB369B

RGB

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

 GREEN value IS 54 (21.48% from 255) = 11.74%

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

R = 54.57%
G = 11.74%
B = 33.7%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.38

 K value IS 0.02

RGB Variations

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

Color information

#FB369B (or 0xFB369B) is known color: Wild Strawberry. HEX triplet: FB, 36 and 9B. RGB value is (251,54,155). Sum of RGB (Red+Green+Blue) = 251+54+155=460 (60% of max value = 765). Red value is 251 (98.44% from 255 or 54.57% from 460); Green value is 54 (21.48% from 255 or 11.74% from 460); Blue value is 155 (60.94% from 255 or 33.70% from 460); Max value from RGB is 251 - color contains mainly: red. Hex color #FB369B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB369B is #04C964. Grayscale: #7C7C7C. Windows color (decimal): -313701 or 10172155. OLE color: 10172155.

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

Color convert

RGB 251 54 155 -
CMYK 0 0.78 0.38 0.02
HSL 329.24º 0.96% 0.6% -
HSV(B) 329.24º 0.78% 0.98% -
XYZ 47.02 25.51 33.46 -
YUV 124.42 145.27 218.29 -
System Red Green Blue C M Y K H S L
Decimal 251 54 155 0 0.78 0.38 0.02 329.24 0.96 0.6
Hex FB 36 9B 0 4E 26 2 149 60 3C
Octal 373 66 233 0 116 46 2 511 140 74
Binary 11111011 110110 10011011 0 1001110 100110 10 101001001 1100000 111100

Color Harmonies of #FB369B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB369B

Black with #FB369B

Text Example


Text Example

White with #FB369B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB369B; }

 p { color: rgb(251,54,155); }

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

background-color css

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

 a { background-color: rgb(251,54,155); }

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

border-color css

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

 span { border-color: rgb(251,54,155); }

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