Html Css Color HEX #FB4098 Wild Strawberry

📋 copy color: '#FB4098'

red 251 ◦ green 64 ◦ blue 152

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

Shades of Wild Strawberry #FB4098

Tints of Wild Strawberry #FB4098

RGB

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

 GREEN value IS 64 (25.39% from 255) = 13.7%

 BLUE value IS 152 (59.77% from 255) = 32.55%

R = 53.75%
G = 13.7%
B = 32.55%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.39

 K value IS 0.02

RGB Variations

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

Color information

#FB4098 (or 0xFB4098) is known color: Wild Strawberry. HEX triplet: FB, 40 and 98. RGB value is (251,64,152). Sum of RGB (Red+Green+Blue) = 251+64+152=467 (61% of max value = 765). Red value is 251 (98.44% from 255 or 53.75% from 467); Green value is 64 (25.39% from 255 or 13.70% from 467); Blue value is 152 (59.77% from 255 or 32.55% from 467); Max value from RGB is 251 - color contains mainly: red. Hex color #FB4098 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB4098 is #04BF67. Grayscale: #818181. Windows color (decimal): -311144 or 9978107. OLE color: 9978107.

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

Color convert

RGB 251 64 152 -
CMYK 0 0.75 0.39 0.02
HSL 331.76º 0.96% 0.62% -
HSV(B) 331.76º 0.75% 0.98% -
XYZ 47.28 26.44 32.32 -
YUV 129.95 140.45 214.34 -
System Red Green Blue C M Y K H S L
Decimal 251 64 152 0 0.75 0.39 0.02 331.76 0.96 0.62
Hex FB 40 98 0 4B 27 2 14C 60 3E
Octal 373 100 230 0 113 47 2 514 140 76
Binary 11111011 1000000 10011000 0 1001011 100111 10 101001100 1100000 111110

Color Harmonies of #FB4098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB4098

Black with #FB4098

Text Example


Text Example

White with #FB4098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB4098; }

 p { color: rgb(251,64,152); }

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

background-color css

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

 a { background-color: rgb(251,64,152); }

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

border-color css

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

 span { border-color: rgb(251,64,152); }

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