Html Css Color HEX #F07398 Carissma

📋 copy color: '#F07398'

red 240 ◦ green 115 ◦ blue 152

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

Shades of Carissma #F07398

Tints of Carissma #F07398

RGB

 RED value IS 240 (94.14% from 255) = 47.34%

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

 BLUE value IS 152 (59.77% from 255) = 29.98%

R = 47.34%
G = 22.68%
B = 29.98%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.37

 K value IS 0.06

RGB Variations

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

Color information

#F07398 (or 0xF07398) is known color: Carissma. HEX triplet: F0, 73 and 98. RGB value is (240,115,152). Sum of RGB (Red+Green+Blue) = 240+115+152=507 (67% of max value = 765). Red value is 240 (94.14% from 255 or 47.34% from 507); Green value is 115 (45.31% from 255 or 22.68% from 507); Blue value is 152 (59.77% from 255 or 29.98% from 507); Max value from RGB is 240 - color contains mainly: red. Hex color #F07398 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F07398 is #0F8C67. Grayscale: #9C9C9C. Windows color (decimal): -1018984 or 9991152. OLE color: 9991152.

HSL color Cylindrical-coordinate representation of color #F07398: hue angle of 342.24º degrees, saturation: 0.81, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F07398 is Cyan = 0, Magento = 0.52, Yellow = 0.37 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 115 152 -
CMYK 0 0.52 0.37 0.06
HSL 342.24º 0.81% 0.7% -
HSV(B) 342.24º 0.52% 0.94% -
XYZ 47.73 33.05 33.57 -
YUV 156.59 125.41 187.49 -
System Red Green Blue C M Y K H S L
Decimal 240 115 152 0 0.52 0.37 0.06 342.24 0.81 0.7
Hex F0 73 98 0 34 25 6 156 51 46
Octal 360 163 230 0 64 45 6 526 121 106
Binary 11110000 1110011 10011000 0 110100 100101 110 101010110 1010001 1000110

Color Harmonies of #F07398

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07398

Black with #F07398

Text Example


Text Example

White with #F07398

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07398; }

 p { color: rgb(240,115,152); }

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

background-color css

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

 a { background-color: rgb(240,115,152); }

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

border-color css

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

 span { border-color: rgb(240,115,152); }

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