Html Css Color HEX #FF7D8A Carissma

📋 copy color: '#FF7D8A'

red 255 ◦ green 125 ◦ blue 138

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

Shades of Carissma #FF7D8A

Tints of Carissma #FF7D8A

RGB

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

 GREEN value IS 125 (49.22% from 255) = 24.13%

 BLUE value IS 138 (54.3% from 255) = 26.64%

R = 49.23%
G = 24.13%
B = 26.64%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.46

 K value IS 0

RGB Variations

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

Color information

#FF7D8A (or 0xFF7D8A) is known color: Carissma. HEX triplet: FF, 7D and 8A. RGB value is (255,125,138). Sum of RGB (Red+Green+Blue) = 255+125+138=518 (68% of max value = 765). Red value is 255 (100% from 255 or 49.23% from 518); Green value is 125 (49.22% from 255 or 24.13% from 518); Blue value is 138 (54.30% from 255 or 26.64% from 518); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7D8A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF7D8A is #008275. Grayscale: #A5A5A5. Windows color (decimal): -33398 or 9076223. OLE color: 9076223.

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

Color convert

RGB 255 125 138 -
CMYK 0 0.51 0.46 0
HSL 354º 1% 0.75% -
HSV(B) 354º 0.51% 1% -
XYZ 53.16 37.76 28.53 -
YUV 165.35 112.57 191.94 -
System Red Green Blue C M Y K H S L
Decimal 255 125 138 0 0.51 0.46 0 354 1 0.75
Hex FF 7D 8A 0 33 2E 0 162 64 4B
Octal 377 175 212 0 63 56 0 542 144 113
Binary 11111111 1111101 10001010 0 110011 101110 0 101100010 1100100 1001011

Color Harmonies of #FF7D8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF7D8A

Black with #FF7D8A

Text Example


Text Example

White with #FF7D8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF7D8A; }

 p { color: rgb(255,125,138); }

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

background-color css

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

 a { background-color: rgb(255,125,138); }

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

border-color css

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

 span { border-color: rgb(255,125,138); }

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