Html Css Color HEX #F27296 Carissma

📋 copy color: '#F27296'

red 242 ◦ green 114 ◦ blue 150

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

Shades of Carissma #F27296

Tints of Carissma #F27296

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 29.64%

R = 47.83%
G = 22.53%
B = 29.64%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.38

 K value IS 0.05

RGB Variations

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

Color information

#F27296 (or 0xF27296) is known color: Carissma. HEX triplet: F2, 72 and 96. RGB value is (242,114,150). Sum of RGB (Red+Green+Blue) = 242+114+150=506 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.83% from 506); Green value is 114 (44.92% from 255 or 22.53% from 506); Blue value is 150 (58.98% from 255 or 29.64% from 506); Max value from RGB is 242 - color contains mainly: red. Hex color #F27296 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F27296 is #0D8D69. Grayscale: #9C9C9C. Windows color (decimal): -888170 or 9859826. OLE color: 9859826.

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

Color convert

RGB 242 114 150 -
CMYK 0 0.53 0.38 0.05
HSL 343.13º 0.83% 0.7% -
HSV(B) 343.13º 0.53% 0.95% -
XYZ 48.14 33.11 32.71 -
YUV 156.38 124.41 189.07 -
System Red Green Blue C M Y K H S L
Decimal 242 114 150 0 0.53 0.38 0.05 343.13 0.83 0.7
Hex F2 72 96 0 35 26 5 157 53 46
Octal 362 162 226 0 65 46 5 527 123 106
Binary 11110010 1110010 10010110 0 110101 100110 101 101010111 1010011 1000110

Color Harmonies of #F27296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F27296

Black with #F27296

Text Example


Text Example

White with #F27296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F27296; }

 p { color: rgb(242,114,150); }

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

background-color css

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

 a { background-color: rgb(242,114,150); }

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

border-color css

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

 span { border-color: rgb(242,114,150); }

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