Html Css Color HEX #F27B93 Carissma

📋 copy color: '#F27B93'

red 242 ◦ green 123 ◦ blue 147

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

Shades of Carissma #F27B93

Tints of Carissma #F27B93

RGB

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

 GREEN value IS 123 (48.44% from 255) = 24.02%

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

R = 47.27%
G = 24.02%
B = 28.71%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.39

 K value IS 0.05

RGB Variations

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

Color information

#F27B93 (or 0xF27B93) is known color: Carissma. HEX triplet: F2, 7B and 93. RGB value is (242,123,147). Sum of RGB (Red+Green+Blue) = 242+123+147=512 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.27% from 512); Green value is 123 (48.44% from 255 or 24.02% from 512); Blue value is 147 (57.81% from 255 or 28.71% from 512); Max value from RGB is 242 - color contains mainly: red. Hex color #F27B93 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F27B93 is #0D846C. Grayscale: #A1A1A1. Windows color (decimal): -885869 or 9665522. OLE color: 9665522.

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

Color convert

RGB 242 123 147 -
CMYK 0 0.49 0.39 0.05
HSL 347.9º 0.82% 0.72% -
HSV(B) 347.9º 0.49% 0.95% -
XYZ 48.97 35.15 31.81 -
YUV 161.32 119.92 185.55 -
System Red Green Blue C M Y K H S L
Decimal 242 123 147 0 0.49 0.39 0.05 347.9 0.82 0.72
Hex F2 7B 93 0 31 27 5 15C 52 48
Octal 362 173 223 0 61 47 5 534 122 110
Binary 11110010 1111011 10010011 0 110001 100111 101 101011100 1010010 1001000

Color Harmonies of #F27B93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F27B93

Black with #F27B93

Text Example


Text Example

White with #F27B93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F27B93; }

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

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

background-color css

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

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

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

border-color css

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

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

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