Html Css Color HEX #F65FA8 Brilliant Rose

📋 copy color: '#F65FA8'

red 246 ◦ green 95 ◦ blue 168

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

Shades of Brilliant Rose #F65FA8

Tints of Brilliant Rose #F65FA8

RGB

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

 GREEN value IS 95 (37.5% from 255) = 18.66%

 BLUE value IS 168 (66.02% from 255) = 33.01%

R = 48.33%
G = 18.66%
B = 33.01%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.32

 K value IS 0.04

RGB Variations

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

Color information

#F65FA8 (or 0xF65FA8) is known color: Brilliant Rose. HEX triplet: F6, 5F and A8. RGB value is (246,95,168). Sum of RGB (Red+Green+Blue) = 246+95+168=509 (67% of max value = 765). Red value is 246 (96.48% from 255 or 48.33% from 509); Green value is 95 (37.5% from 255 or 18.66% from 509); Blue value is 168 (66.02% from 255 or 33.01% from 509); Max value from RGB is 246 - color contains mainly: red. Hex color #F65FA8 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F65FA8 is #09A057. Grayscale: #949494. Windows color (decimal): -630872 or 11034614. OLE color: 11034614.

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

Color convert

RGB 246 95 168 -
CMYK 0 0.61 0.32 0.04
HSL 330.99º 0.89% 0.67% -
HSV(B) 330.99º 0.61% 0.96% -
XYZ 49.17 30.6 40.36 -
YUV 148.47 139.03 197.56 -
System Red Green Blue C M Y K H S L
Decimal 246 95 168 0 0.61 0.32 0.04 330.99 0.89 0.67
Hex F6 5F A8 0 3D 20 4 14B 59 43
Octal 366 137 250 0 75 40 4 513 131 103
Binary 11110110 1011111 10101000 0 111101 100000 100 101001011 1011001 1000011

Color Harmonies of #F65FA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F65FA8

Black with #F65FA8

Text Example


Text Example

White with #F65FA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F65FA8; }

 p { color: rgb(246,95,168); }

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

background-color css

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

 a { background-color: rgb(246,95,168); }

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

border-color css

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

 span { border-color: rgb(246,95,168); }

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