Html Css Color HEX #FA3388 Wild Strawberry

📋 copy color: '#FA3388'

red 250 ◦ green 51 ◦ blue 136

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

Shades of Wild Strawberry #FA3388

Tints of Wild Strawberry #FA3388

RGB

 RED value IS 250 (98.05% from 255) = 57.21%

 GREEN value IS 51 (20.31% from 255) = 11.67%

 BLUE value IS 136 (53.52% from 255) = 31.12%

R = 57.21%
G = 11.67%
B = 31.12%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.46

 K value IS 0.02

RGB Variations

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

Color information

#FA3388 (or 0xFA3388) is known color: Wild Strawberry. HEX triplet: FA, 33 and 88. RGB value is (250,51,136). Sum of RGB (Red+Green+Blue) = 250+51+136=437 (57% of max value = 765). Red value is 250 (98.05% from 255 or 57.21% from 437); Green value is 51 (20.31% from 255 or 11.67% from 437); Blue value is 136 (53.52% from 255 or 31.12% from 437); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3388 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA3388 is #05CC77. Grayscale: #787878. Windows color (decimal): -380024 or 8926202. OLE color: 8926202.

HSL color Cylindrical-coordinate representation of color #FA3388: hue angle of 334.37º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FA3388 is Cyan = 0, Magento = 0.80, Yellow = 0.46 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 51 136 -
CMYK 0 0.80 0.46 0.02
HSL 334.37º 0.95% 0.59% -
HSV(B) 334.37º 0.8% 0.98% -
XYZ 45.05 24.47 25.64 -
YUV 120.19 136.93 220.59 -
System Red Green Blue C M Y K H S L
Decimal 250 51 136 0 0.80 0.46 0.02 334.37 0.95 0.59
Hex FA 33 88 0 50 2E 2 14E 5F 3B
Octal 372 63 210 0 120 56 2 516 137 73
Binary 11111010 110011 10001000 0 1010000 101110 10 101001110 1011111 111011

Color Harmonies of #FA3388

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA3388

Black with #FA3388

Text Example


Text Example

White with #FA3388

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA3388; }

 p { color: rgb(250,51,136); }

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

background-color css

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

 a { background-color: rgb(250,51,136); }

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

border-color css

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

 span { border-color: rgb(250,51,136); }

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