Html Css Color HEX #FA2F99 Wild Strawberry

📋 copy color: '#FA2F99'

red 250 ◦ green 47 ◦ blue 153

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

Shades of Wild Strawberry #FA2F99

Tints of Wild Strawberry #FA2F99

RGB

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

 GREEN value IS 47 (18.75% from 255) = 10.44%

 BLUE value IS 153 (60.16% from 255) = 34%

R = 55.56%
G = 10.44%
B = 34%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.39

 K value IS 0.02

RGB Variations

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

Color information

#FA2F99 (or 0xFA2F99) is known color: Wild Strawberry. HEX triplet: FA, 2F and 99. RGB value is (250,47,153). Sum of RGB (Red+Green+Blue) = 250+47+153=450 (59% of max value = 765). Red value is 250 (98.05% from 255 or 55.56% from 450); Green value is 47 (18.75% from 255 or 10.44% from 450); Blue value is 153 (60.16% from 255 or 34% from 450); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2F99 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA2F99 is #05D066. Grayscale: #777777. Windows color (decimal): -381031 or 10039290. OLE color: 10039290.

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

Color convert

RGB 250 47 153 -
CMYK 0 0.81 0.39 0.02
HSL 328.67º 0.95% 0.58% -
HSV(B) 328.67º 0.81% 0.98% -
XYZ 46.19 24.66 32.46 -
YUV 119.78 146.75 220.88 -
System Red Green Blue C M Y K H S L
Decimal 250 47 153 0 0.81 0.39 0.02 328.67 0.95 0.58
Hex FA 2F 99 0 51 27 2 149 5F 3A
Octal 372 57 231 0 121 47 2 511 137 72
Binary 11111010 101111 10011001 0 1010001 100111 10 101001001 1011111 111010

Color Harmonies of #FA2F99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA2F99

Black with #FA2F99

Text Example


Text Example

White with #FA2F99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA2F99; }

 p { color: rgb(250,47,153); }

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

background-color css

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

 a { background-color: rgb(250,47,153); }

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

border-color css

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

 span { border-color: rgb(250,47,153); }

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