Html Css Color HEX #F7808B Carissma

📋 copy color: '#F7808B'

red 247 ◦ green 128 ◦ blue 139

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

Shades of Carissma #F7808B

Tints of Carissma #F7808B

RGB

 RED value IS 247 (96.88% from 255) = 48.05%

 GREEN value IS 128 (50.39% from 255) = 24.9%

 BLUE value IS 139 (54.69% from 255) = 27.04%

R = 48.05%
G = 24.9%
B = 27.04%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.44

 K value IS 0.03

RGB Variations

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

Color information

#F7808B (or 0xF7808B) is known color: Carissma. HEX triplet: F7, 80 and 8B. RGB value is (247,128,139). Sum of RGB (Red+Green+Blue) = 247+128+139=514 (68% of max value = 765). Red value is 247 (96.88% from 255 or 48.05% from 514); Green value is 128 (50.39% from 255 or 24.90% from 514); Blue value is 139 (54.69% from 255 or 27.04% from 514); Max value from RGB is 247 - color contains mainly: red. Hex color #F7808B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F7808B is #087F74. Grayscale: #A4A4A4. Windows color (decimal): -556917 or 9142519. OLE color: 9142519.

HSL color Cylindrical-coordinate representation of color #F7808B: hue angle of 354.45º degrees, saturation: 0.88, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F7808B is Cyan = 0, Magento = 0.48, Yellow = 0.44 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 128 139 -
CMYK 0 0.48 0.44 0.03
HSL 354.45º 0.88% 0.74% -
HSV(B) 354.45º 0.48% 0.97% -
XYZ 50.74 37.08 28.91 -
YUV 164.84 113.42 186.61 -
System Red Green Blue C M Y K H S L
Decimal 247 128 139 0 0.48 0.44 0.03 354.45 0.88 0.74
Hex F7 80 8B 0 30 2C 3 162 58 4A
Octal 367 200 213 0 60 54 3 542 130 112
Binary 11110111 10000000 10001011 0 110000 101100 11 101100010 1011000 1001010

Color Harmonies of #F7808B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7808B

Black with #F7808B

Text Example


Text Example

White with #F7808B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7808B; }

 p { color: rgb(247,128,139); }

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

background-color css

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

 a { background-color: rgb(247,128,139); }

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

border-color css

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

 span { border-color: rgb(247,128,139); }

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