Html Css Color HEX #F27793 Carissma

📋 copy color: '#F27793'

red 242 ◦ green 119 ◦ blue 147

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

Shades of Carissma #F27793

Tints of Carissma #F27793

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 28.94%

R = 47.64%
G = 23.43%
B = 28.94%

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

#F27793 (or 0xF27793) is known color: Carissma. HEX triplet: F2, 77 and 93. RGB value is (242,119,147). Sum of RGB (Red+Green+Blue) = 242+119+147=508 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.64% from 508); Green value is 119 (46.88% from 255 or 23.43% from 508); Blue value is 147 (57.81% from 255 or 28.94% from 508); Max value from RGB is 242 - color contains mainly: red. Hex color #F27793 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F27793 is #0D886C. Grayscale: #9E9E9E. Windows color (decimal): -886893 or 9664498. OLE color: 9664498.

HSL color Cylindrical-coordinate representation of color #F27793: hue angle of 346.34º 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 #F27793 is Cyan = 0, Magento = 0.51, Yellow = 0.39 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 119 147 -
CMYK 0 0.51 0.39 0.05
HSL 346.34º 0.83% 0.71% -
HSV(B) 346.34º 0.51% 0.95% -
XYZ 48.48 34.18 31.65 -
YUV 158.97 121.25 187.22 -
System Red Green Blue C M Y K H S L
Decimal 242 119 147 0 0.51 0.39 0.05 346.34 0.83 0.71
Hex F2 77 93 0 33 27 5 15A 53 47
Octal 362 167 223 0 63 47 5 532 123 107
Binary 11110010 1110111 10010011 0 110011 100111 101 101011010 1010011 1000111

Color Harmonies of #F27793

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F27793

Black with #F27793

Text Example


Text Example

White with #F27793

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F27793; }

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

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

background-color css

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

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

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

border-color css

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

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

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