Html Css Color HEX #FB2F90 Wild Strawberry

📋 copy color: '#FB2F90'

red 251 ◦ green 47 ◦ blue 144

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

Shades of Wild Strawberry #FB2F90

Tints of Wild Strawberry #FB2F90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 32.58%

R = 56.79%
G = 10.63%
B = 32.58%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.43

 K value IS 0.02

RGB Variations

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

Color information

#FB2F90 (or 0xFB2F90) is known color: Wild Strawberry. HEX triplet: FB, 2F and 90. RGB value is (251,47,144). Sum of RGB (Red+Green+Blue) = 251+47+144=442 (58% of max value = 765). Red value is 251 (98.44% from 255 or 56.79% from 442); Green value is 47 (18.75% from 255 or 10.63% from 442); Blue value is 144 (56.64% from 255 or 32.58% from 442); Max value from RGB is 251 - color contains mainly: red. Hex color #FB2F90 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB2F90 is #04D06F. Grayscale: #767676. Windows color (decimal): -315504 or 9449467. OLE color: 9449467.

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

Color convert

RGB 251 47 144 -
CMYK 0 0.81 0.43 0.02
HSL 331.47º 0.96% 0.58% -
HSV(B) 331.47º 0.81% 0.98% -
XYZ 45.83 24.56 28.71 -
YUV 119.05 142.09 222.11 -
System Red Green Blue C M Y K H S L
Decimal 251 47 144 0 0.81 0.43 0.02 331.47 0.96 0.58
Hex FB 2F 90 0 51 2B 2 14B 60 3A
Octal 373 57 220 0 121 53 2 513 140 72
Binary 11111011 101111 10010000 0 1010001 101011 10 101001011 1100000 111010

Color Harmonies of #FB2F90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB2F90

Black with #FB2F90

Text Example


Text Example

White with #FB2F90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB2F90; }

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

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

background-color css

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

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

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

border-color css

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

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

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