Html Css Color HEX #F65198 Brilliant Rose

📋 copy color: '#F65198'

red 246 ◦ green 81 ◦ blue 152

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

Shades of Brilliant Rose #F65198

Tints of Brilliant Rose #F65198

RGB

 RED value IS 246 (96.48% from 255) = 51.36%

 GREEN value IS 81 (32.03% from 255) = 16.91%

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

R = 51.36%
G = 16.91%
B = 31.73%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.38

 K value IS 0.04

RGB Variations

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

Color information

#F65198 (or 0xF65198) is known color: Brilliant Rose. HEX triplet: F6, 51 and 98. RGB value is (246,81,152). Sum of RGB (Red+Green+Blue) = 246+81+152=479 (63% of max value = 765). Red value is 246 (96.48% from 255 or 51.36% from 479); Green value is 81 (32.03% from 255 or 16.91% from 479); Blue value is 152 (59.77% from 255 or 31.73% from 479); Max value from RGB is 246 - color contains mainly: red. Hex color #F65198 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F65198 is #09AE67. Grayscale: #8A8A8A. Windows color (decimal): -634472 or 9982454. OLE color: 9982454.

HSL color Cylindrical-coordinate representation of color #F65198: hue angle of 334.18º degrees, saturation: 0.9, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F65198 is Cyan = 0, Magento = 0.67, Yellow = 0.38 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 81 152 -
CMYK 0 0.67 0.38 0.04
HSL 334.18º 0.9% 0.64% -
HSV(B) 334.18º 0.67% 0.96% -
XYZ 46.62 27.74 32.6 -
YUV 138.43 135.66 204.73 -
System Red Green Blue C M Y K H S L
Decimal 246 81 152 0 0.67 0.38 0.04 334.18 0.9 0.64
Hex F6 51 98 0 43 26 4 14E 5A 40
Octal 366 121 230 0 103 46 4 516 132 100
Binary 11110110 1010001 10011000 0 1000011 100110 100 101001110 1011010 1000000

Color Harmonies of #F65198

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F65198

Black with #F65198

Text Example


Text Example

White with #F65198

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F65198; }

 p { color: rgb(246,81,152); }

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

background-color css

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

 a { background-color: rgb(246,81,152); }

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

border-color css

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

 span { border-color: rgb(246,81,152); }

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