Html Css Color HEX #F741AF Brilliant Rose

📋 copy color: '#F741AF'

red 247 ◦ green 65 ◦ blue 175

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

Shades of Brilliant Rose #F741AF

Tints of Brilliant Rose #F741AF

RGB

 RED value IS 247 (96.88% from 255) = 50.72%

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

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

R = 50.72%
G = 13.35%
B = 35.93%

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

#F741AF (or 0xF741AF) is known color: Brilliant Rose. HEX triplet: F7, 41 and AF. RGB value is (247,65,175). Sum of RGB (Red+Green+Blue) = 247+65+175=487 (64% of max value = 765). Red value is 247 (96.88% from 255 or 50.72% from 487); Green value is 65 (25.78% from 255 or 13.35% from 487); Blue value is 175 (68.75% from 255 or 35.93% from 487); Max value from RGB is 247 - color contains mainly: red. Hex color #F741AF is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F741AF is #08BE50. Grayscale: #838383. Windows color (decimal): -573009 or 11485687. OLE color: 11485687.

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

Color convert

RGB 247 65 175 -
CMYK 0 0.74 0.29 0.03
HSL 323.74º 0.92% 0.61% -
HSV(B) 323.74º 0.74% 0.97% -
XYZ 47.99 26.65 43.17 -
YUV 131.96 152.3 210.06 -
System Red Green Blue C M Y K H S L
Decimal 247 65 175 0 0.74 0.29 0.03 323.74 0.92 0.61
Hex F7 41 AF 0 4A 1D 3 144 5C 3D
Octal 367 101 257 0 112 35 3 504 134 75
Binary 11110111 1000001 10101111 0 1001010 11101 11 101000100 1011100 111101

Color Harmonies of #F741AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F741AF

Black with #F741AF

Text Example


Text Example

White with #F741AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F741AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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