Html Css Color HEX #FF4095 Wild Strawberry

📋 copy color: '#FF4095'

red 255 ◦ green 64 ◦ blue 149

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

Shades of Wild Strawberry #FF4095

Tints of Wild Strawberry #FF4095

RGB

 RED value IS 255 (100% from 255) = 54.49%

 GREEN value IS 64 (25.39% from 255) = 13.68%

 BLUE value IS 149 (58.59% from 255) = 31.84%

R = 54.49%
G = 13.68%
B = 31.84%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.42

 K value IS 0

RGB Variations

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

Color information

#FF4095 (or 0xFF4095) is known color: Wild Strawberry. HEX triplet: FF, 40 and 95. RGB value is (255,64,149). Sum of RGB (Red+Green+Blue) = 255+64+149=468 (61% of max value = 765). Red value is 255 (100% from 255 or 54.49% from 468); Green value is 64 (25.39% from 255 or 13.68% from 468); Blue value is 149 (58.59% from 255 or 31.84% from 468); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4095 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF4095 is #00BF6A. Grayscale: #828282. Windows color (decimal): -49003 or 9781503. OLE color: 9781503.

HSL color Cylindrical-coordinate representation of color #FF4095: hue angle of 333.3º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FF4095 is Cyan = 0, Magento = 0.75, Yellow = 0.42 and Black (K on CMYK) = 0.

Color convert

RGB 255 64 149 -
CMYK 0 0.75 0.42 0
HSL 333.3º 1% 0.63% -
HSV(B) 333.3º 0.75% 1% -
XYZ 48.5 27.1 31.11 -
YUV 130.8 138.28 216.59 -
System Red Green Blue C M Y K H S L
Decimal 255 64 149 0 0.75 0.42 0 333.3 1 0.63
Hex FF 40 95 0 4B 2A 0 14D 64 3F
Octal 377 100 225 0 113 52 0 515 144 77
Binary 11111111 1000000 10010101 0 1001011 101010 0 101001101 1100100 111111

Color Harmonies of #FF4095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF4095

Black with #FF4095

Text Example


Text Example

White with #FF4095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF4095; }

 p { color: rgb(255,64,149); }

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

background-color css

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

 a { background-color: rgb(255,64,149); }

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

border-color css

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

 span { border-color: rgb(255,64,149); }

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