Html Css Color HEX #FD2B7F Wild Strawberry

📋 copy color: '#FD2B7F'

red 253 ◦ green 43 ◦ blue 127

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

Shades of Wild Strawberry #FD2B7F

Tints of Wild Strawberry #FD2B7F

RGB

 RED value IS 253 (99.22% from 255) = 59.81%

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

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

R = 59.81%
G = 10.17%
B = 30.02%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.50

 K value IS 0.01

RGB Variations

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

Color information

#FD2B7F (or 0xFD2B7F) is known color: Wild Strawberry. HEX triplet: FD, 2B and 7F. RGB value is (253,43,127). Sum of RGB (Red+Green+Blue) = 253+43+127=423 (56% of max value = 765). Red value is 253 (99.22% from 255 or 59.81% from 423); Green value is 43 (17.19% from 255 or 10.17% from 423); Blue value is 127 (50% from 255 or 30.02% from 423); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2B7F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD2B7F is #02D480. Grayscale: #737373. Windows color (decimal): -185473 or 8334333. OLE color: 8334333.

HSL color Cylindrical-coordinate representation of color #FD2B7F: hue angle of 336º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FD2B7F is Cyan = 0, Magento = 0.83, Yellow = 0.50 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 43 127 -
CMYK 0 0.83 0.50 0.01
HSL 336º 0.98% 0.58% -
HSV(B) 336º 0.83% 0.99% -
XYZ 45.2 24.14 22.36 -
YUV 115.37 134.57 226.17 -
System Red Green Blue C M Y K H S L
Decimal 253 43 127 0 0.83 0.50 0.01 336 0.98 0.58
Hex FD 2B 7F 0 53 32 1 150 62 3A
Octal 375 53 177 0 123 62 1 520 142 72
Binary 11111101 101011 1111111 0 1010011 110010 1 101010000 1100010 111010

Color Harmonies of #FD2B7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD2B7F

Black with #FD2B7F

Text Example


Text Example

White with #FD2B7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD2B7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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