Html Css Color HEX #FB3495 Wild Strawberry

📋 copy color: '#FB3495'

red 251 ◦ green 52 ◦ blue 149

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

Shades of Wild Strawberry #FB3495

Tints of Wild Strawberry #FB3495

RGB

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

 GREEN value IS 52 (20.7% from 255) = 11.5%

 BLUE value IS 149 (58.59% from 255) = 32.96%

R = 55.53%
G = 11.5%
B = 32.96%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.41

 K value IS 0.02

RGB Variations

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

Color information

#FB3495 (or 0xFB3495) is known color: Wild Strawberry. HEX triplet: FB, 34 and 95. RGB value is (251,52,149). Sum of RGB (Red+Green+Blue) = 251+52+149=452 (59% of max value = 765). Red value is 251 (98.44% from 255 or 55.53% from 452); Green value is 52 (20.70% from 255 or 11.50% from 452); Blue value is 149 (58.59% from 255 or 32.96% from 452); Max value from RGB is 251 - color contains mainly: red. Hex color #FB3495 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB3495 is #04CB6A. Grayscale: #7A7A7A. Windows color (decimal): -314219 or 9778427. OLE color: 9778427.

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

Color convert

RGB 251 52 149 -
CMYK 0 0.79 0.41 0.02
HSL 330.75º 0.96% 0.59% -
HSV(B) 330.75º 0.79% 0.98% -
XYZ 46.44 25.14 30.84 -
YUV 122.56 142.93 219.61 -
System Red Green Blue C M Y K H S L
Decimal 251 52 149 0 0.79 0.41 0.02 330.75 0.96 0.59
Hex FB 34 95 0 4F 29 2 14B 60 3B
Octal 373 64 225 0 117 51 2 513 140 73
Binary 11111011 110100 10010101 0 1001111 101001 10 101001011 1100000 111011

Color Harmonies of #FB3495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB3495

Black with #FB3495

Text Example


Text Example

White with #FB3495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB3495; }

 p { color: rgb(251,52,149); }

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

background-color css

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

 a { background-color: rgb(251,52,149); }

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

border-color css

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

 span { border-color: rgb(251,52,149); }

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