Html Css Color HEX #F655B1 Brilliant Rose

📋 copy color: '#F655B1'

red 246 ◦ green 85 ◦ blue 177

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

Shades of Brilliant Rose #F655B1

Tints of Brilliant Rose #F655B1

RGB

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

 GREEN value IS 85 (33.59% from 255) = 16.73%

 BLUE value IS 177 (69.53% from 255) = 34.84%

R = 48.43%
G = 16.73%
B = 34.84%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.28

 K value IS 0.04

RGB Variations

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

Color information

#F655B1 (or 0xF655B1) is known color: Brilliant Rose. HEX triplet: F6, 55 and B1. RGB value is (246,85,177). Sum of RGB (Red+Green+Blue) = 246+85+177=508 (67% of max value = 765). Red value is 246 (96.48% from 255 or 48.43% from 508); Green value is 85 (33.59% from 255 or 16.73% from 508); Blue value is 177 (69.53% from 255 or 34.84% from 508); Max value from RGB is 246 - color contains mainly: red. Hex color #F655B1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F655B1 is #09AA4E. Grayscale: #8F8F8F. Windows color (decimal): -633423 or 11621878. OLE color: 11621878.

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

Color convert

RGB 246 85 177 -
CMYK 0 0.65 0.28 0.04
HSL 325.71º 0.9% 0.65% -
HSV(B) 325.71º 0.65% 0.96% -
XYZ 49.19 29.26 44.65 -
YUV 143.63 146.84 201.02 -
System Red Green Blue C M Y K H S L
Decimal 246 85 177 0 0.65 0.28 0.04 325.71 0.9 0.65
Hex F6 55 B1 0 41 1C 4 146 5A 41
Octal 366 125 261 0 101 34 4 506 132 101
Binary 11110110 1010101 10110001 0 1000001 11100 100 101000110 1011010 1000001

Color Harmonies of #F655B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F655B1

Black with #F655B1

Text Example


Text Example

White with #F655B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F655B1; }

 p { color: rgb(246,85,177); }

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

background-color css

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

 a { background-color: rgb(246,85,177); }

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

border-color css

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

 span { border-color: rgb(246,85,177); }

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