Html Css Color HEX #F841AC Brilliant Rose

📋 copy color: '#F841AC'

red 248 ◦ green 65 ◦ blue 172

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

Shades of Brilliant Rose #F841AC

Tints of Brilliant Rose #F841AC

RGB

 RED value IS 248 (97.27% from 255) = 51.13%

 GREEN value IS 65 (25.78% from 255) = 13.4%

 BLUE value IS 172 (67.58% from 255) = 35.46%

R = 51.13%
G = 13.4%
B = 35.46%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.31

 K value IS 0.03

RGB Variations

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

Color information

#F841AC (or 0xF841AC) is known color: Brilliant Rose. HEX triplet: F8, 41 and AC. RGB value is (248,65,172). Sum of RGB (Red+Green+Blue) = 248+65+172=485 (64% of max value = 765). Red value is 248 (97.27% from 255 or 51.13% from 485); Green value is 65 (25.78% from 255 or 13.40% from 485); Blue value is 172 (67.58% from 255 or 35.46% from 485); Max value from RGB is 248 - color contains mainly: red. Hex color #F841AC is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F841AC is #07BE53. Grayscale: #838383. Windows color (decimal): -507476 or 11289080. OLE color: 11289080.

HSL color Cylindrical-coordinate representation of color #F841AC: hue angle of 324.92º degrees, saturation: 0.93, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F841AC is Cyan = 0, Magento = 0.74, Yellow = 0.31 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 65 172 -
CMYK 0 0.74 0.31 0.03
HSL 324.92º 0.93% 0.61% -
HSV(B) 324.92º 0.74% 0.97% -
XYZ 48.05 26.72 41.65 -
YUV 131.92 150.63 210.8 -
System Red Green Blue C M Y K H S L
Decimal 248 65 172 0 0.74 0.31 0.03 324.92 0.93 0.61
Hex F8 41 AC 0 4A 1F 3 145 5D 3D
Octal 370 101 254 0 112 37 3 505 135 75
Binary 11111000 1000001 10101100 0 1001010 11111 11 101000101 1011101 111101

Color Harmonies of #F841AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F841AC

Black with #F841AC

Text Example


Text Example

White with #F841AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F841AC; }

 p { color: rgb(248,65,172); }

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

background-color css

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

 a { background-color: rgb(248,65,172); }

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

border-color css

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

 span { border-color: rgb(248,65,172); }

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