Html Css Color HEX #FA308F Wild Strawberry

📋 copy color: '#FA308F'

red 250 ◦ green 48 ◦ blue 143

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

Shades of Wild Strawberry #FA308F

Tints of Wild Strawberry #FA308F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 32.43%

R = 56.69%
G = 10.88%
B = 32.43%

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

#FA308F (or 0xFA308F) is known color: Wild Strawberry. HEX triplet: FA, 30 and 8F. RGB value is (250,48,143). Sum of RGB (Red+Green+Blue) = 250+48+143=441 (58% of max value = 765). Red value is 250 (98.05% from 255 or 56.69% from 441); Green value is 48 (19.14% from 255 or 10.88% from 441); Blue value is 143 (56.25% from 255 or 32.43% from 441); Max value from RGB is 250 - color contains mainly: red. Hex color #FA308F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA308F is #05CF70. Grayscale: #777777. Windows color (decimal): -380785 or 9384186. OLE color: 9384186.

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

Color convert

RGB 250 48 143 -
CMYK 0 0.81 0.43 0.02
HSL 331.78º 0.95% 0.58% -
HSV(B) 331.78º 0.81% 0.98% -
XYZ 45.44 24.42 28.31 -
YUV 119.23 141.42 221.28 -
System Red Green Blue C M Y K H S L
Decimal 250 48 143 0 0.81 0.43 0.02 331.78 0.95 0.58
Hex FA 30 8F 0 51 2B 2 14C 5F 3A
Octal 372 60 217 0 121 53 2 514 137 72
Binary 11111010 110000 10001111 0 1010001 101011 10 101001100 1011111 111010

Color Harmonies of #FA308F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA308F

Black with #FA308F

Text Example


Text Example

White with #FA308F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA308F; }

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

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

background-color css

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

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

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

border-color css

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

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

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