Html Css Color HEX #FB36A2 Wild Strawberry

📋 copy color: '#FB36A2'

red 251 ◦ green 54 ◦ blue 162

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

Shades of Wild Strawberry #FB36A2

Tints of Wild Strawberry #FB36A2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 34.69%

R = 53.75%
G = 11.56%
B = 34.69%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.35

 K value IS 0.02

RGB Variations

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

Color information

#FB36A2 (or 0xFB36A2) is known color: Wild Strawberry. HEX triplet: FB, 36 and A2. RGB value is (251,54,162). Sum of RGB (Red+Green+Blue) = 251+54+162=467 (61% of max value = 765). Red value is 251 (98.44% from 255 or 53.75% from 467); Green value is 54 (21.48% from 255 or 11.56% from 467); Blue value is 162 (63.67% from 255 or 34.69% from 467); Max value from RGB is 251 - color contains mainly: red. Hex color #FB36A2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB36A2 is #04C95D. Grayscale: #7C7C7C. Windows color (decimal): -313694 or 10630907. OLE color: 10630907.

HSL color Cylindrical-coordinate representation of color #FB36A2: hue angle of 327.11º 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 #FB36A2 is Cyan = 0, Magento = 0.78, Yellow = 0.35 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 54 162 -
CMYK 0 0.78 0.35 0.02
HSL 327.11º 0.96% 0.6% -
HSV(B) 327.11º 0.78% 0.98% -
XYZ 47.62 25.76 36.64 -
YUV 125.22 148.77 217.72 -
System Red Green Blue C M Y K H S L
Decimal 251 54 162 0 0.78 0.35 0.02 327.11 0.96 0.6
Hex FB 36 A2 0 4E 23 2 147 60 3C
Octal 373 66 242 0 116 43 2 507 140 74
Binary 11111011 110110 10100010 0 1001110 100011 10 101000111 1100000 111100

Color Harmonies of #FB36A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB36A2

Black with #FB36A2

Text Example


Text Example

White with #FB36A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB36A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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