Html Css Color HEX #FB258E Wild Strawberry

📋 copy color: '#FB258E'

red 251 ◦ green 37 ◦ blue 142

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

Shades of Wild Strawberry #FB258E

Tints of Wild Strawberry #FB258E

RGB

 RED value IS 251 (98.44% from 255) = 58.37%

 GREEN value IS 37 (14.84% from 255) = 8.6%

 BLUE value IS 142 (55.86% from 255) = 33.02%

R = 58.37%
G = 8.6%
B = 33.02%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.43

 K value IS 0.02

RGB Variations

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

Color information

#FB258E (or 0xFB258E) is known color: Wild Strawberry. HEX triplet: FB, 25 and 8E. RGB value is (251,37,142). Sum of RGB (Red+Green+Blue) = 251+37+142=430 (56% of max value = 765). Red value is 251 (98.44% from 255 or 58.37% from 430); Green value is 37 (14.84% from 255 or 8.60% from 430); Blue value is 142 (55.86% from 255 or 33.02% from 430); Max value from RGB is 251 - color contains mainly: red. Hex color #FB258E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB258E is #04DA71. Grayscale: #707070. Windows color (decimal): -318066 or 9315835. OLE color: 9315835.

HSL color Cylindrical-coordinate representation of color #FB258E: hue angle of 330.56º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FB258E is Cyan = 0, Magento = 0.85, Yellow = 0.43 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 37 142 -
CMYK 0 0.85 0.43 0.02
HSL 330.56º 0.96% 0.56% -
HSV(B) 330.56º 0.85% 0.98% -
XYZ 45.33 23.79 27.79 -
YUV 112.96 144.4 226.46 -
System Red Green Blue C M Y K H S L
Decimal 251 37 142 0 0.85 0.43 0.02 330.56 0.96 0.56
Hex FB 25 8E 0 55 2B 2 14B 60 38
Octal 373 45 216 0 125 53 2 513 140 70
Binary 11111011 100101 10001110 0 1010101 101011 10 101001011 1100000 111000

Color Harmonies of #FB258E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB258E

Black with #FB258E

Text Example


Text Example

White with #FB258E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB258E; }

 p { color: rgb(251,37,142); }

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

background-color css

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

 a { background-color: rgb(251,37,142); }

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

border-color css

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

 span { border-color: rgb(251,37,142); }

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