Html Css Color HEX #FB358A Wild Strawberry

📋 copy color: '#FB358A'

red 251 ◦ green 53 ◦ blue 138

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

Shades of Wild Strawberry #FB358A

Tints of Wild Strawberry #FB358A

RGB

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

 GREEN value IS 53 (21.09% from 255) = 11.99%

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

R = 56.79%
G = 11.99%
B = 31.22%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.45

 K value IS 0.02

RGB Variations

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

Color information

#FB358A (or 0xFB358A) is known color: Wild Strawberry. HEX triplet: FB, 35 and 8A. RGB value is (251,53,138). Sum of RGB (Red+Green+Blue) = 251+53+138=442 (58% of max value = 765). Red value is 251 (98.44% from 255 or 56.79% from 442); Green value is 53 (21.09% from 255 or 11.99% from 442); Blue value is 138 (54.30% from 255 or 31.22% from 442); Max value from RGB is 251 - color contains mainly: red. Hex color #FB358A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB358A is #04CA75. Grayscale: #797979. Windows color (decimal): -313974 or 9057787. OLE color: 9057787.

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

Color convert

RGB 251 53 138 -
CMYK 0 0.79 0.45 0.02
HSL 334.24º 0.96% 0.6% -
HSV(B) 334.24º 0.79% 0.98% -
XYZ 45.64 24.89 26.44 -
YUV 121.89 137.1 220.09 -
System Red Green Blue C M Y K H S L
Decimal 251 53 138 0 0.79 0.45 0.02 334.24 0.96 0.6
Hex FB 35 8A 0 4F 2D 2 14E 60 3C
Octal 373 65 212 0 117 55 2 516 140 74
Binary 11111011 110101 10001010 0 1001111 101101 10 101001110 1100000 111100

Color Harmonies of #FB358A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB358A

Black with #FB358A

Text Example


Text Example

White with #FB358A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB358A; }

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

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

background-color css

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

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

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

border-color css

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

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

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