Html Css Color HEX #F7808F Carissma

📋 copy color: '#F7808F'

red 247 ◦ green 128 ◦ blue 143

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

Shades of Carissma #F7808F

Tints of Carissma #F7808F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 27.61%

R = 47.68%
G = 24.71%
B = 27.61%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.42

 K value IS 0.03

RGB Variations

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

Color information

#F7808F (or 0xF7808F) is known color: Carissma. HEX triplet: F7, 80 and 8F. RGB value is (247,128,143). Sum of RGB (Red+Green+Blue) = 247+128+143=518 (68% of max value = 765). Red value is 247 (96.88% from 255 or 47.68% from 518); Green value is 128 (50.39% from 255 or 24.71% from 518); Blue value is 143 (56.25% from 255 or 27.61% from 518); Max value from RGB is 247 - color contains mainly: red. Hex color #F7808F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F7808F is #087F70. Grayscale: #A5A5A5. Windows color (decimal): -556913 or 9404663. OLE color: 9404663.

HSL color Cylindrical-coordinate representation of color #F7808F: hue angle of 352.44º 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 #F7808F is Cyan = 0, Magento = 0.48, Yellow = 0.42 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 128 143 -
CMYK 0 0.48 0.42 0.03
HSL 352.44º 0.88% 0.74% -
HSV(B) 352.44º 0.48% 0.97% -
XYZ 51.03 37.2 30.48 -
YUV 165.29 115.42 186.28 -
System Red Green Blue C M Y K H S L
Decimal 247 128 143 0 0.48 0.42 0.03 352.44 0.88 0.74
Hex F7 80 8F 0 30 2A 3 160 58 4A
Octal 367 200 217 0 60 52 3 540 130 112
Binary 11110111 10000000 10001111 0 110000 101010 11 101100000 1011000 1001010

Color Harmonies of #F7808F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7808F

Black with #F7808F

Text Example


Text Example

White with #F7808F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7808F; }

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

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

background-color css

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

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

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

border-color css

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

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

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