Html Css Color HEX #FB2F8A Wild Strawberry

📋 copy color: '#FB2F8A'

red 251 ◦ green 47 ◦ blue 138

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

Shades of Wild Strawberry #FB2F8A

Tints of Wild Strawberry #FB2F8A

RGB

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

 GREEN value IS 47 (18.75% from 255) = 10.78%

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

R = 57.57%
G = 10.78%
B = 31.65%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.45

 K value IS 0.02

RGB Variations

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

Color information

#FB2F8A (or 0xFB2F8A) is known color: Wild Strawberry. HEX triplet: FB, 2F and 8A. RGB value is (251,47,138). Sum of RGB (Red+Green+Blue) = 251+47+138=436 (57% of max value = 765). Red value is 251 (98.44% from 255 or 57.57% from 436); Green value is 47 (18.75% from 255 or 10.78% from 436); Blue value is 138 (54.30% from 255 or 31.65% from 436); Max value from RGB is 251 - color contains mainly: red. Hex color #FB2F8A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB2F8A is #04D075. Grayscale: #767676. Windows color (decimal): -315510 or 9056251. OLE color: 9056251.

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

Color convert

RGB 251 47 138 -
CMYK 0 0.81 0.45 0.02
HSL 333.24º 0.96% 0.58% -
HSV(B) 333.24º 0.81% 0.98% -
XYZ 45.39 24.38 26.36 -
YUV 118.37 139.09 222.6 -
System Red Green Blue C M Y K H S L
Decimal 251 47 138 0 0.81 0.45 0.02 333.24 0.96 0.58
Hex FB 2F 8A 0 51 2D 2 14D 60 3A
Octal 373 57 212 0 121 55 2 515 140 72
Binary 11111011 101111 10001010 0 1010001 101101 10 101001101 1100000 111010

Color Harmonies of #FB2F8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB2F8A

Black with #FB2F8A

Text Example


Text Example

White with #FB2F8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB2F8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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