Html Css Color HEX #F841AF Brilliant Rose

📋 copy color: '#F841AF'

red 248 ◦ green 65 ◦ blue 175

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

Shades of Brilliant Rose #F841AF

Tints of Brilliant Rose #F841AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 35.86%

R = 50.82%
G = 13.32%
B = 35.86%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.29

 K value IS 0.03

RGB Variations

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

Color information

#F841AF (or 0xF841AF) is known color: Brilliant Rose. HEX triplet: F8, 41 and AF. RGB value is (248,65,175). Sum of RGB (Red+Green+Blue) = 248+65+175=488 (64% of max value = 765). Red value is 248 (97.27% from 255 or 50.82% from 488); Green value is 65 (25.78% from 255 or 13.32% from 488); Blue value is 175 (68.75% from 255 or 35.86% from 488); Max value from RGB is 248 - color contains mainly: red. Hex color #F841AF is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F841AF is #07BE50. Grayscale: #848484. Windows color (decimal): -507473 or 11485688. OLE color: 11485688.

HSL color Cylindrical-coordinate representation of color #F841AF: hue angle of 323.93º 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 #F841AF is Cyan = 0, Magento = 0.74, Yellow = 0.29 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 65 175 -
CMYK 0 0.74 0.29 0.03
HSL 323.93º 0.93% 0.61% -
HSV(B) 323.93º 0.74% 0.97% -
XYZ 48.34 26.83 43.19 -
YUV 132.26 152.13 210.56 -
System Red Green Blue C M Y K H S L
Decimal 248 65 175 0 0.74 0.29 0.03 323.93 0.93 0.61
Hex F8 41 AF 0 4A 1D 3 144 5D 3D
Octal 370 101 257 0 112 35 3 504 135 75
Binary 11111000 1000001 10101111 0 1001010 11101 11 101000100 1011101 111101

Color Harmonies of #F841AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F841AF

Black with #F841AF

Text Example


Text Example

White with #F841AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F841AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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