Html Css Color HEX #F27794 Carissma

📋 copy color: '#F27794'

red 242 ◦ green 119 ◦ blue 148

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

Shades of Carissma #F27794

Tints of Carissma #F27794

RGB

 RED value IS 242 (94.92% from 255) = 47.54%

 GREEN value IS 119 (46.88% from 255) = 23.38%

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

R = 47.54%
G = 23.38%
B = 29.08%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.39

 K value IS 0.05

RGB Variations

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

Color information

#F27794 (or 0xF27794) is known color: Carissma. HEX triplet: F2, 77 and 94. RGB value is (242,119,148). Sum of RGB (Red+Green+Blue) = 242+119+148=509 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.54% from 509); Green value is 119 (46.88% from 255 or 23.38% from 509); Blue value is 148 (58.20% from 255 or 29.08% from 509); Max value from RGB is 242 - color contains mainly: red. Hex color #F27794 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F27794 is #0D886B. Grayscale: #9F9F9F. Windows color (decimal): -886892 or 9730034. OLE color: 9730034.

HSL color Cylindrical-coordinate representation of color #F27794: hue angle of 345.85º degrees, saturation: 0.83, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F27794 is Cyan = 0, Magento = 0.51, Yellow = 0.39 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 119 148 -
CMYK 0 0.51 0.39 0.05
HSL 345.85º 0.83% 0.71% -
HSV(B) 345.85º 0.51% 0.95% -
XYZ 48.56 34.21 32.06 -
YUV 159.08 121.75 187.14 -
System Red Green Blue C M Y K H S L
Decimal 242 119 148 0 0.51 0.39 0.05 345.85 0.83 0.71
Hex F2 77 94 0 33 27 5 15A 53 47
Octal 362 167 224 0 63 47 5 532 123 107
Binary 11110010 1110111 10010100 0 110011 100111 101 101011010 1010011 1000111

Color Harmonies of #F27794

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F27794

Black with #F27794

Text Example


Text Example

White with #F27794

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F27794; }

 p { color: rgb(242,119,148); }

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

background-color css

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

 a { background-color: rgb(242,119,148); }

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

border-color css

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

 span { border-color: rgb(242,119,148); }

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