Html Css Color HEX #F77F83 Carissma

📋 copy color: '#F77F83'

red 247 ◦ green 127 ◦ blue 131

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

Shades of Carissma #F77F83

Tints of Carissma #F77F83

RGB

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

 GREEN value IS 127 (50% from 255) = 25.15%

 BLUE value IS 131 (51.56% from 255) = 25.94%

R = 48.91%
G = 25.15%
B = 25.94%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.47

 K value IS 0.03

RGB Variations

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

Color information

#F77F83 (or 0xF77F83) is known color: Carissma. HEX triplet: F7, 7F and 83. RGB value is (247,127,131). Sum of RGB (Red+Green+Blue) = 247+127+131=505 (66% of max value = 765). Red value is 247 (96.88% from 255 or 48.91% from 505); Green value is 127 (50% from 255 or 25.15% from 505); Blue value is 131 (51.56% from 255 or 25.94% from 505); Max value from RGB is 247 - color contains mainly: red. Hex color #F77F83 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F77F83 is #08807C. Grayscale: #A3A3A3. Windows color (decimal): -557181 or 8617975. OLE color: 8617975.

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

Color convert

RGB 247 127 131 -
CMYK 0 0.49 0.47 0.03
HSL 358º 0.88% 0.73% -
HSV(B) 358º 0.49% 0.97% -
XYZ 50.04 36.59 25.9 -
YUV 163.34 109.76 187.67 -
System Red Green Blue C M Y K H S L
Decimal 247 127 131 0 0.49 0.47 0.03 358 0.88 0.73
Hex F7 7F 83 0 31 2F 3 166 58 49
Octal 367 177 203 0 61 57 3 546 130 111
Binary 11110111 1111111 10000011 0 110001 101111 11 101100110 1011000 1001001

Color Harmonies of #F77F83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F77F83

Black with #F77F83

Text Example


Text Example

White with #F77F83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F77F83; }

 p { color: rgb(247,127,131); }

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

background-color css

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

 a { background-color: rgb(247,127,131); }

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

border-color css

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

 span { border-color: rgb(247,127,131); }

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