Html Css Color HEX #FA2B7F Wild Strawberry

📋 copy color: '#FA2B7F'

red 250 ◦ green 43 ◦ blue 127

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

Shades of Wild Strawberry #FA2B7F

Tints of Wild Strawberry #FA2B7F

RGB

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

 GREEN value IS 43 (17.19% from 255) = 10.24%

 BLUE value IS 127 (50% from 255) = 30.24%

R = 59.52%
G = 10.24%
B = 30.24%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.49

 K value IS 0.02

RGB Variations

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

Color information

#FA2B7F (or 0xFA2B7F) is known color: Wild Strawberry. HEX triplet: FA, 2B and 7F. RGB value is (250,43,127). Sum of RGB (Red+Green+Blue) = 250+43+127=420 (55% of max value = 765). Red value is 250 (98.05% from 255 or 59.52% from 420); Green value is 43 (17.19% from 255 or 10.24% from 420); Blue value is 127 (50% from 255 or 30.24% from 420); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2B7F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA2B7F is #05D480. Grayscale: #727272. Windows color (decimal): -382081 or 8334330. OLE color: 8334330.

HSL color Cylindrical-coordinate representation of color #FA2B7F: hue angle of 335.65º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FA2B7F is Cyan = 0, Magento = 0.83, Yellow = 0.49 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 43 127 -
CMYK 0 0.83 0.49 0.02
HSL 335.65º 0.95% 0.57% -
HSV(B) 335.65º 0.83% 0.98% -
XYZ 44.12 23.58 22.31 -
YUV 114.47 135.08 224.67 -
System Red Green Blue C M Y K H S L
Decimal 250 43 127 0 0.83 0.49 0.02 335.65 0.95 0.57
Hex FA 2B 7F 0 53 31 2 150 5F 39
Octal 372 53 177 0 123 61 2 520 137 71
Binary 11111010 101011 1111111 0 1010011 110001 10 101010000 1011111 111001

Color Harmonies of #FA2B7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA2B7F

Black with #FA2B7F

Text Example


Text Example

White with #FA2B7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA2B7F; }

 p { color: rgb(250,43,127); }

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

background-color css

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

 a { background-color: rgb(250,43,127); }

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

border-color css

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

 span { border-color: rgb(250,43,127); }

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