Html Css Color HEX #F27F92 Carissma

📋 copy color: '#F27F92'

red 242 ◦ green 127 ◦ blue 146

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

Shades of Carissma #F27F92

Tints of Carissma #F27F92

RGB

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

 GREEN value IS 127 (50% from 255) = 24.66%

 BLUE value IS 146 (57.42% from 255) = 28.35%

R = 46.99%
G = 24.66%
B = 28.35%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.40

 K value IS 0.05

RGB Variations

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

Color information

#F27F92 (or 0xF27F92) is known color: Carissma. HEX triplet: F2, 7F and 92. RGB value is (242,127,146). Sum of RGB (Red+Green+Blue) = 242+127+146=515 (68% of max value = 765). Red value is 242 (94.92% from 255 or 46.99% from 515); Green value is 127 (50% from 255 or 24.66% from 515); Blue value is 146 (57.42% from 255 or 28.35% from 515); Max value from RGB is 242 - color contains mainly: red. Hex color #F27F92 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F27F92 is #0D806D. Grayscale: #A3A3A3. Windows color (decimal): -884846 or 9601010. OLE color: 9601010.

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

Color convert

RGB 242 127 146 -
CMYK 0 0.48 0.40 0.05
HSL 350.09º 0.82% 0.72% -
HSV(B) 350.09º 0.48% 0.95% -
XYZ 49.4 36.13 31.56 -
YUV 163.55 118.1 183.96 -
System Red Green Blue C M Y K H S L
Decimal 242 127 146 0 0.48 0.40 0.05 350.09 0.82 0.72
Hex F2 7F 92 0 30 28 5 15E 52 48
Octal 362 177 222 0 60 50 5 536 122 110
Binary 11110010 1111111 10010010 0 110000 101000 101 101011110 1010010 1001000

Color Harmonies of #F27F92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F27F92

Black with #F27F92

Text Example


Text Example

White with #F27F92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F27F92; }

 p { color: rgb(242,127,146); }

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

background-color css

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

 a { background-color: rgb(242,127,146); }

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

border-color css

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

 span { border-color: rgb(242,127,146); }

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