Html Css Color HEX #F77294 Carissma

📋 copy color: '#F77294'

red 247 ◦ green 114 ◦ blue 148

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

Shades of Carissma #F77294

Tints of Carissma #F77294

RGB

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

 GREEN value IS 114 (44.92% from 255) = 22.4%

 BLUE value IS 148 (58.2% from 255) = 29.08%

R = 48.53%
G = 22.4%
B = 29.08%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.40

 K value IS 0.03

RGB Variations

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

Color information

#F77294 (or 0xF77294) is known color: Carissma. HEX triplet: F7, 72 and 94. RGB value is (247,114,148). Sum of RGB (Red+Green+Blue) = 247+114+148=509 (67% of max value = 765). Red value is 247 (96.88% from 255 or 48.53% from 509); Green value is 114 (44.92% from 255 or 22.40% from 509); Blue value is 148 (58.20% from 255 or 29.08% from 509); Max value from RGB is 247 - color contains mainly: red. Hex color #F77294 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F77294 is #088D6B. Grayscale: #9D9D9D. Windows color (decimal): -560492 or 9728759. OLE color: 9728759.

HSL color Cylindrical-coordinate representation of color #F77294: hue angle of 344.66º degrees, saturation: 0.89, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F77294 is Cyan = 0, Magento = 0.54, Yellow = 0.40 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 114 148 -
CMYK 0 0.54 0.40 0.03
HSL 344.66º 0.89% 0.71% -
HSV(B) 344.66º 0.54% 0.97% -
XYZ 49.72 33.95 31.95 -
YUV 157.64 122.56 191.74 -
System Red Green Blue C M Y K H S L
Decimal 247 114 148 0 0.54 0.40 0.03 344.66 0.89 0.71
Hex F7 72 94 0 36 28 3 159 59 47
Octal 367 162 224 0 66 50 3 531 131 107
Binary 11110111 1110010 10010100 0 110110 101000 11 101011001 1011001 1000111

Color Harmonies of #F77294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F77294

Black with #F77294

Text Example


Text Example

White with #F77294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F77294; }

 p { color: rgb(247,114,148); }

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

background-color css

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

 a { background-color: rgb(247,114,148); }

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

border-color css

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

 span { border-color: rgb(247,114,148); }

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