Html Css Color HEX #F27397 Carissma

📋 copy color: '#F27397'

red 242 ◦ green 115 ◦ blue 151

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

Shades of Carissma #F27397

Tints of Carissma #F27397

RGB

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

 GREEN value IS 115 (45.31% from 255) = 22.64%

 BLUE value IS 151 (59.38% from 255) = 29.72%

R = 47.64%
G = 22.64%
B = 29.72%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.38

 K value IS 0.05

RGB Variations

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

Color information

#F27397 (or 0xF27397) is known color: Carissma. HEX triplet: F2, 73 and 97. RGB value is (242,115,151). Sum of RGB (Red+Green+Blue) = 242+115+151=508 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.64% from 508); Green value is 115 (45.31% from 255 or 22.64% from 508); Blue value is 151 (59.38% from 255 or 29.72% from 508); Max value from RGB is 242 - color contains mainly: red. Hex color #F27397 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F27397 is #0D8C68. Grayscale: #9D9D9D. Windows color (decimal): -887913 or 9925618. OLE color: 9925618.

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

Color convert

RGB 242 115 151 -
CMYK 0 0.52 0.38 0.05
HSL 342.99º 0.83% 0.7% -
HSV(B) 342.99º 0.52% 0.95% -
XYZ 48.33 33.37 33.17 -
YUV 157.08 124.58 188.57 -
System Red Green Blue C M Y K H S L
Decimal 242 115 151 0 0.52 0.38 0.05 342.99 0.83 0.7
Hex F2 73 97 0 34 26 5 157 53 46
Octal 362 163 227 0 64 46 5 527 123 106
Binary 11110010 1110011 10010111 0 110100 100110 101 101010111 1010011 1000110

Color Harmonies of #F27397

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F27397

Black with #F27397

Text Example


Text Example

White with #F27397

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F27397; }

 p { color: rgb(242,115,151); }

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

background-color css

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

 a { background-color: rgb(242,115,151); }

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

border-color css

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

 span { border-color: rgb(242,115,151); }

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