Html Css Color HEX #F298F0 Violet

📋 copy color: '#F298F0'

red 242 ◦ green 152 ◦ blue 240

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

Shades of Violet #F298F0

Tints of Violet #F298F0

RGB

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

 GREEN value IS 152 (59.77% from 255) = 23.97%

 BLUE value IS 240 (94.14% from 255) = 37.85%

R = 38.17%
G = 23.97%
B = 37.85%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.01

 K value IS 0.05

RGB Variations

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

Color information

#F298F0 (or 0xF298F0) is known color: Violet. HEX triplet: F2, 98 and F0. RGB value is (242,152,240). Sum of RGB (Red+Green+Blue) = 242+152+240=634 (83% of max value = 765). Red value is 242 (94.92% from 255 or 38.17% from 634); Green value is 152 (59.77% from 255 or 23.97% from 634); Blue value is 240 (94.14% from 255 or 37.85% from 634); Max value from RGB is 242 - color contains mainly: red. Hex color #F298F0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F298F0 is #0D670F. Grayscale: #BCBCBC. Windows color (decimal): -878352 or 15767794. OLE color: 15767794.

HSL color Cylindrical-coordinate representation of color #F298F0: hue angle of 301.33º degrees, saturation: 0.78, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #F298F0 is Cyan = 0, Magento = 0.37, Yellow = 0.01 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 152 240 -
CMYK 0 0.37 0.01 0.05
HSL 301.33º 0.78% 0.77% -
HSV(B) 301.33º 0.37% 0.95% -
XYZ 63.57 47.62 88.28 -
YUV 188.94 156.82 165.84 -
System Red Green Blue C M Y K H S L
Decimal 242 152 240 0 0.37 0.01 0.05 301.33 0.78 0.77
Hex F2 98 F0 0 25 1 5 12D 4E 4D
Octal 362 230 360 0 45 1 5 455 116 115
Binary 11110010 10011000 11110000 0 100101 1 101 100101101 1001110 1001101

Color Harmonies of #F298F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F298F0

Black with #F298F0

Text Example


Text Example

White with #F298F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F298F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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