Html Css Color HEX #F741B0 Brilliant Rose

📋 copy color: '#F741B0'

red 247 ◦ green 65 ◦ blue 176

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

Shades of Brilliant Rose #F741B0

Tints of Brilliant Rose #F741B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 36.07%

R = 50.61%
G = 13.32%
B = 36.07%

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

#F741B0 (or 0xF741B0) is known color: Brilliant Rose. HEX triplet: F7, 41 and B0. RGB value is (247,65,176). Sum of RGB (Red+Green+Blue) = 247+65+176=488 (64% of max value = 765). Red value is 247 (96.88% from 255 or 50.61% from 488); Green value is 65 (25.78% from 255 or 13.32% from 488); Blue value is 176 (69.14% from 255 or 36.07% from 488); Max value from RGB is 247 - color contains mainly: red. Hex color #F741B0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F741B0 is #08BE4F. Grayscale: #838383. Windows color (decimal): -573008 or 11551223. OLE color: 11551223.

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

Color convert

RGB 247 65 176 -
CMYK 0 0.74 0.29 0.03
HSL 323.41º 0.92% 0.61% -
HSV(B) 323.41º 0.74% 0.97% -
XYZ 48.08 26.69 43.69 -
YUV 132.07 152.8 209.97 -
System Red Green Blue C M Y K H S L
Decimal 247 65 176 0 0.74 0.29 0.03 323.41 0.92 0.61
Hex F7 41 B0 0 4A 1D 3 143 5C 3D
Octal 367 101 260 0 112 35 3 503 134 75
Binary 11110111 1000001 10110000 0 1001010 11101 11 101000011 1011100 111101

Color Harmonies of #F741B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F741B0

Black with #F741B0

Text Example


Text Example

White with #F741B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F741B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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