Html Css Color HEX #FF2696 Persian Rose

📋 copy color: '#FF2696'

red 255 ◦ green 38 ◦ blue 150

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

Shades of Persian Rose #FF2696

Tints of Persian Rose #FF2696

RGB

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

 GREEN value IS 38 (15.23% from 255) = 8.58%

 BLUE value IS 150 (58.98% from 255) = 33.86%

R = 57.56%
G = 8.58%
B = 33.86%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.41

 K value IS 0

RGB Variations

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

Color information

#FF2696 (or 0xFF2696) is known color: Persian Rose. HEX triplet: FF, 26 and 96. RGB value is (255,38,150). Sum of RGB (Red+Green+Blue) = 255+38+150=443 (58% of max value = 765). Red value is 255 (100% from 255 or 57.56% from 443); Green value is 38 (15.23% from 255 or 8.58% from 443); Blue value is 150 (58.98% from 255 or 33.86% from 443); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2696 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF2696 is #00D969. Grayscale: #737373. Windows color (decimal): -55658 or 9840383. OLE color: 9840383.

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

Color convert

RGB 255 38 150 -
CMYK 0 0.85 0.41 0
HSL 329.03º 1% 0.57% -
HSV(B) 329.03º 0.85% 1% -
XYZ 47.44 24.85 31.15 -
YUV 115.65 147.39 227.39 -
System Red Green Blue C M Y K H S L
Decimal 255 38 150 0 0.85 0.41 0 329.03 1 0.57
Hex FF 26 96 0 55 29 0 149 64 39
Octal 377 46 226 0 125 51 0 511 144 71
Binary 11111111 100110 10010110 0 1010101 101001 0 101001001 1100100 111001

Color Harmonies of #FF2696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF2696

Black with #FF2696

Text Example


Text Example

White with #FF2696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF2696; }

 p { color: rgb(255,38,150); }

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

background-color css

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

 a { background-color: rgb(255,38,150); }

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

border-color css

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

 span { border-color: rgb(255,38,150); }

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