Html Css Color HEX #FA308D Wild Strawberry

📋 copy color: '#FA308D'

red 250 ◦ green 48 ◦ blue 141

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

Shades of Wild Strawberry #FA308D

Tints of Wild Strawberry #FA308D

RGB

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

 GREEN value IS 48 (19.14% from 255) = 10.93%

 BLUE value IS 141 (55.47% from 255) = 32.12%

R = 56.95%
G = 10.93%
B = 32.12%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.44

 K value IS 0.02

RGB Variations

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

Color information

#FA308D (or 0xFA308D) is known color: Wild Strawberry. HEX triplet: FA, 30 and 8D. RGB value is (250,48,141). Sum of RGB (Red+Green+Blue) = 250+48+141=439 (58% of max value = 765). Red value is 250 (98.05% from 255 or 56.95% from 439); Green value is 48 (19.14% from 255 or 10.93% from 439); Blue value is 141 (55.47% from 255 or 32.12% from 439); Max value from RGB is 250 - color contains mainly: red. Hex color #FA308D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA308D is #05CF72. Grayscale: #767676. Windows color (decimal): -380787 or 9253114. OLE color: 9253114.

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

Color convert

RGB 250 48 141 -
CMYK 0 0.81 0.44 0.02
HSL 332.38º 0.95% 0.58% -
HSV(B) 332.38º 0.81% 0.98% -
XYZ 45.29 24.36 27.51 -
YUV 119 140.42 221.44 -
System Red Green Blue C M Y K H S L
Decimal 250 48 141 0 0.81 0.44 0.02 332.38 0.95 0.58
Hex FA 30 8D 0 51 2C 2 14C 5F 3A
Octal 372 60 215 0 121 54 2 514 137 72
Binary 11111010 110000 10001101 0 1010001 101100 10 101001100 1011111 111010

Color Harmonies of #FA308D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA308D

Black with #FA308D

Text Example


Text Example

White with #FA308D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA308D; }

 p { color: rgb(250,48,141); }

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

background-color css

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

 a { background-color: rgb(250,48,141); }

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

border-color css

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

 span { border-color: rgb(250,48,141); }

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